
body {
 background-color: #000000;
 font-family: Arial,Helvetica,sans-serif;
 margin-left: 0;
 margin-right: 0;
 margin-top: 0;
 margin-bottom: 0;
}
h1 {
 font-family: Arial, Helvetica, sans-serif;
 color: #66FFFF;
 font-weight: bold;
	text-decoration: none;
	font-style: italic;
 font-size: x-large;
}
.style1 {
	font-size: large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #00CCCC;
	font-style: italic;
}
.style2 {
	font-size: large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #009999;
	text-decoration: none; 
}
.style2:hover {
 background-color: #003333;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: underline overline;
 color: #00CCCC;
 font-size: large;
} 
.style3 {
	font-size: large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #00CCCC;
	font-style: italic;
}


