BODY
{
    BACKGROUND-COLOR: #003030;
    BACKGROUND-IMAGE: none;
    BACKGROUND-REPEAT: repeat;
    FONT-FAMILY: sans-serif, serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
	color: white;
}

table, p, th, tr, td
{
	font-size: 10pt;
	background-color: transparent;
}

a:active
{
	color: #FF9C31;
}
a:link
{
	color: #ffff00;
}
a:visited
{
	color: #CECE00;
}
a:hover
{
	color:red;
}