stylesheet for link kan se sådan ud : 
a:link{
   font-family:'Verdana','Arial',sans-serif;
   font-size:12px; 
   text-decoration:underline;
  color:#330099;}
        
a:visited {   
   font-family:'Verdana', 'Arial', sans-serif;
   font-size:12px; 
   text-decoration:none;
  color:#993333;
   font-weight:normal;
   }
a:hover   {
   font-family:'Verdana','Arial',sans-serif;
   font-size:12px; 
   background-color:#F6F6C7;; 
   font-style:normal;
   color:#400080; 
   text-decoration:none;}
 og hvor linien <text-decoration:none;> fjerner understregningen 
//anne