BODY
{
    background-color: White;
    color: Black;
    font: small Sans-Serif;    
}
A:VISITED {
	color: Blue;
	text-decoration : none;
}
A:LINK {
	color: Blue;
	text-decoration : none;
}
A:HOVER {
	color: Maroon;
	text-decoration: none;
}
TABLE
{
    color: Black;
    font: small Sans-Serif;
}


