BODY {

       background-color:#ffffff;
       background-image:
               url(../gif_jpg/bkgnd/grey_mld.gif);
       background-attachment:fixed;
       color:#aa0000;
       fontfamily: Arial, Helvetica, sans-serif;
       text-decoration:none
     }

     
A:link { color: orangered;
      text-decoration:underline}
A:visited {color:#005000; text-decoration:underline}
A:active {color:#ff4500; text-decoration:underline}
A:hover {background:#C3E3C3;  text-decoration:none}

h2   {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 90pt;
     }
<!-- text color was cc0000, now is aa0000 -->
<!-- track color was cccc88 -->
<!-- link color was c63900 -->

