<style type="text/css">
  a        { text-decoration: none;                       }
  a:link   { text-decoration: none;      color:blue;      }
  a:visited{ text-decoration: none;      color:darkblue;  }
  a:hover  { text-decoration: underline; color:red;       }
</style>
