

<style type="text/css">

A:link {
          color: white;
          text-decoration: underline;
          background: transparent;
 }
  A:active {
            color: black;
            text-decoration: underline;
            background: transparent;
 }
 A:visited {
            color: white;
            text-decoration: underline;
            background: transparent;
 }
 A:hover {
          color: #CC6600;
          text-decoration: none;
          background: transparent;
 }
 </style>