a:link
{
	color: rgb(51,153,255); 
}
a:visited
{
	color: rgb(51,102,204); 
} 
a:active 
{
	color: rgb(255,153,0);
}

body
{

	font-size : 10pt;
	font-Family : arial,verdana; 
	color : white;
	text-decoration : none;
	background-color : #727238;
	
}

Table
{
font-size : 10pt;
bgcolor : #FFFFFF;
}