a:link
{
	color: rgb(255, 255, 240); 
}
a:visited
{
	color: rgb(255, 255, 240); 
} 
a:active 
{
	color: rgb(255, 255, 240);
}
body 
{ 
    font-family: Arial, Helvetica; background-color: rgb(0, 176, 59); 
    color: #FFFFF0; font-size: 10pt; text-align: Center }