@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	color:#FF9966;
	}

ul {
		list-style:none;
		}
		
li {
		margin: 5px 0;
		}
			
h1 {
	font-family:"Courier New", Courier, monospace;
	font-size:32px;
	color:#FF0033;
	}
	
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	/* color:#FF6633; */
	font-weight: normal;
	}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/* color:#00FF66; */
	font-weight: normal;
	}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FF66CC;
	font-weight: normal;
	}		
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF9966;
	}
	
