H1 {
	position: relative;
	font: italic bold xx-large Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	top: 15px;
	visibility: visible;

}

H2 { 
	position: relative; 
	font: bold medium/normal "Courier New", Courier, mono; 
	color: navy; 
	left: 50px;
}

body {
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif; 
	background-color:#000000; 
}

a:link { color: #0033CC;}
a:visited { color: #0033CC;} 
a:hover { font-weight: bold; color: #FF6633;}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}