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