body
{
background-color: rgb(204,255,153);
color: rgb(0,0,0);
}


table  
{
background-color: rgb(255,255,200)

}

td
{
font-family: Arial, sans-serif;
font-size: 8pt
}


H2
{
font-family: Arial, sans-serif;
font-size: 16pt;
text-align: center;
background-color: rgb(255,255,128) 
}


dt
{
background-color: rgb(255,220,160);
color: rgb(0,0,0);
font-size: 10pt;
text-decoration: none
}

dd
{
font-size: 8pt;
margin-left: 10px;
margin-right: 5px
}

p.footer 
{
font-family: Arial, sans-serif;
text-align: center;
font-size: 8pt
}