a:link, a:visited, a:active
{
	color: #00FFFF;
}
a:hover, a:visited:hover, a:active:hover
{
	color: #0000CC;
}
body
{
	background-color: #11318F;
	color: #FFFFFF;
	font-family: Arial, Century Gothic, Helvetica; 
	margin-top: 10px;
	margin-bottom: 10px;
}
table
{
	background-color: #000000;
}
td
{
	color: #FFFFFF;
	font-family: Arial, Century Gothic, Helvetica;
}
p
{
	margin: 1em;
}
h1, h2, h3, h4, h5, h6
{
	color:#FFFFFF;
	font-family: Arial, Century Gothic, Helvetica;
}