body { background: white;
       color: black;
       font-family: "verdana";
       font-size: 8pt;
       margin: 0;
     }

TD { font-size: 8pt }

A:link, A:active 
     {       color           :       #00536A;
             background      :       transparent
     }

A:visited 
        {     color           :       #002237;
              background      :       transparent;
        }

A:hover 
      {       color           :       #002237;
              background      :       transparent; 
      }

.border {
  border : 1px solid #000000;
}

