<style type="text/css">
A	{
	font-weight: plain;
	font-family: Arial;
	}
A:link	{
	color: rgb(255,255,255);
	text-decoration: underline;
	}
A:visited	{
	color: rgb(255,255,255);
	text-decoration: underline;
	}
A:hover	{
	color: rgb(255,255,255);
	text-decoration: underline;
	}
body	{
	background-color: rgb(0, 0, 192);
	color: rgb(255,255,255);
	font-family: Arial;
	}
	
	
table 	{
	font-family:arial;
	font-size: 12pt;
	background-color: rgb(0,0,192);
	color: rgb(255,255,255);
	}
td, tr	{
	padding: 5px;
	}
	
	</style>  

