a:link
{
	color: rgb(0,0,0); 
	font-size: 10pt;
	text-decoration: none;

}

a:visited
{
	color: rgb(0,0,0); 
	font-size: 10pt;
    text-decoration: none;

} 

a:active 
{
	color: rgb(0,0,0);
	font-size: 10pt;
	text-decoration: none;
}

body
{
	font-family: Arial, Helvetica;
	background-color: rgb(203,254,242);
	color: rgb(0,0,0);
	font-size: 10pt;
}