BODY
    {
     background-color: #8c8c8c;
     margin-left: 0;
     margin-top: 0;
     margin-right: 0;
     font-family: helvetica,lucenda,veranda,arial; 
     color: #000000;
    }

TH 
    {
     background-color: #999999;
     margin-left: 5;
     margin-top: 5;
     margin-right: 5;
     text-align: left;
     font-size: 1.0em;
     font-family: helvetica,lucenda,veranda,arial; 
     color: #000000;
    }


TD 
    {
     margin-left: 5;
     margin-top: 5;
     margin-right: 5;
     font-family: helvetica,lucenda,veranda,arial; 
     color: #000000;
    }

TT
    {
    font-family: helvetica,lucenda,veranda,arial;
    font-weight: bold;
    color: #CC0000;
    }

A:active
    {
     text-decoration: underline;
     color: #FF0000;
    }

A:link
    {
     text-decoration: underline;
     color: #0000FF;
    }

A:visited
    {
     text-decoration: underline;
     color: #660099;
    }

A:hover
    {
     text-decoration:underline;
    }
    

