body {font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
      font-weight: normal;
            color: black;
       background: orange}

b {font-weight: bold;}

td {font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
    font-weight: normal; 
     background: orange;
          color: black;}

td.menu {font-family: Arial, Helvetica, sans-serif;
      font-size: 7pt;
    font-weight: normal; 
     background: orange;
          color: black;}

a {color: purlpe; background: lightblue;
   border-top:    0px solid black;
   border-right:  0px solid black;
   border-left:   0px solid black;
   border-bottom: 0px solid black;
  }

a:link          {color: black; background: orange; text-decoration: none;}
a:hover         {color: black; background: blue;   text-decoration: none;}
a:visited       {color: red;   background: orange; text-decoration: none;}
a:visited:hover {color: black; background: green;  text-decoration: none;}

