H1 {
	font: italic bold xx-large Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

H2 { 
	font: bold medium/normal "Courier New", Courier, mono;
	color: #FFCC33;
}

H3 {
	position: relative; 
	font: italic bold x-large Georgia, "Times New Roman", Times, serif; 
	color: #CCCCCC; 
	left: 50px;
}

H4 {
	position: relative;
	font: bold medium/normal "Courier New", Courier, mono;
	color: navy;
	left: 438px;
	top: 978px;

}

body {
	color:#FF9900;
	font-family: Georgia, "Times New Roman", Times, serif; 
	background-color:#000000; 
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9900;
}

li {
	color:#FF9900;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#000000;
}
a:link { color: #0000FF; size: +3}
a:visited { color: #0000FF;} 
a:hover { font-weight: bold; color: #FF6600;}
