BODY  {
      font-family: Verdana, Arial, sans-serif;
      font-size: 10pt;
      background: #ffe300;
      color: #004800;
    }

A:link    {color: #004800;}
A:active  {color: #004800;}
A:visited {color: #004800;}

TD  {
     font-family: Verdana, Arial, sans-serif;
     font-size: 10pt;
     font-weight: 500;
     color: #004800;
    }

DIV {
     font-family: Verdana, Arial, sans-serif;
     font-size: 10pt;
     background: #ffe300;
     color: #004800;
    }

DIV.textblock, P.textblock {
     font-family: Verdana, Arial, sans-serif;
     font-size: 10pt;
     margin-left: 20px; 
     margin-right: 20px; 
     background: #eeeeee;
     color: #008b00;
     border: 1px none; /* to make NN happy */
     padding: 10px;
    }
A.textblock:link, A.textblock:active {color: #0000ff;}
A.textblock:visited {color: #ff0000;}

TD.textblock  {
     font-family: Verdana, Arial, sans-serif;
     font-size: 10pt;
     background: #eeeeee;
     color: #008b00;
    }


