
     A:link { color: blue; text-decoration: none; } 
     A:link:active { color: blue; text-decoration: none;}        
     A:visited{ color: blue; text-decoration: none;}
     A:visited:active:{ color: blue; text-decoration: none;}
     A:hover { color: teal; text-decoration: underline;} 
