BODY
{
    BACKGROUND-COLOR: white; 
    FONT-FAMILY: Verdana, Arial, sans-serif; 
    font-size : 10px; 
    COLOR:       black;
}

TD
{
    FONT-FAMILY: Verdana, Arial, sans-serif; 
    font-size : 11px; 
    COLOR:       black;
} 
  
A
{
	color:#008575;
	TEXT-DECORATION: underline;
}
A:link
{
    COLOR: #008575;
}

A:visited
{
    COLOR: #003366;
}

A:hover
{
	color: #008575;
	text-decoration:none;
}


