a:link, a:visited, a:active
{
	color: #00CCFF;
	text-decoration: underline;
}
a:hover
{
	color: #FFCC00;
	text-decoration: underline;
}
body
{
	font-family: Arial, Century Gothic, Helvetica; 
    background-color: #000099;
	color: #FFFFFF;
}
table
{
	background color: #000000;	
}
td
{
	font-family: Arial, Century Gothic, Helvetica;
    color: #FFFFFF;
}
p
{
	margin: 1em
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Century Gothic, Helvetica;
	color: #FFFFFF;
}
h4
{
	color: #FFFFFF;
	font-size: 18px;
	padding-top: 20px;
}
