

a:link   { color: red;
         font-size: 12pt;
         text-decoration: none; }
a:active { color: white;
           font-size: 12pt;
           text-decoration: none;
           font-weight: none; }
a:hover  { color: white;
           font-size: 12pt;
           text-decoration: none;
           font-weight: none; }
a:visited { color: red;
         font-size: 12pt;
         text-decoration:none;  }
