body {font: 13 pt Verdana;
      color: black;
      background-color:#FFFFFF;
      text:#000000
      }

/* unvisited links */
A:link {font-size: 12 pt;
        font-weight: normal;
        text-decoration: none;
        color:black
        }

/* visited links   */        
A:visited {font-size: 12 pt;
        font-weight: normal;
        text-decoration: none;
        color:black
        }

/* user hovers     */        
A:hover {font-size: 12 pt;
        font-weight: bold;
        text-decoration: none;
        color:#800020
        }        

/* active links    */        
A:active {font-size: 12 pt;
        font-weight: bold;
        text-decoration: none;
        color:#FF2020
        }        

      
      
