a 
{ 
   color: #323232; text-decoration: none 
}
a:hover 
{ 
   color: #FF0000; text-decoration: none 
}
body
{
	font-family: Arial, Helvetica;
	font-size: 10pt; font-weight: bold;
	background-color: rgb(0,85,116);
	color: rgb(255,255,153);
}
table
{
	font-family: Arial, Helvetica;
	font-size: 10pt; font-weight: bold;
}
td
{
	font-family: Arial, Helvetica;
	font-size: 10pt; font-weight: bold;
}
tr
{
	font-family: Arial, Helvetica;
	font-size: 10pt; font-weight: bold;
}
p
{
	font-family: Arial, Helvetica;
	font-size: 8pt; font-weight: bold;
	color: rgb(255,255,153);
}