body, tr, td 
{
background-color:rgb(110,16,16);
font-family:arial,helvetica;
color:rgb(160,160,160);
font-size:10pt
}
h1 
{
color:rgb(102,153,153);
font-weight:bold
}
table
{
background-color:rgb(110,16,16);
font-family:arial,helvetica;
font-size:10pt
color:rgb(102,153,153);
text-align:left
}

A:link 
{
color: rgb(160,160,0);
font-size:10pt
}

A:active 
{
color:rgb(160,0,160);
font-size:10pt
}
A:visited 
{
color:rgb(0,160,160);
font-size:10pt
}