/* a:link { text-decoration: none; } */
a:link { color: blue } 
a:visited { color: blue } 
a:active { color: blue ; background: yellow } 
a:hover { background="#EEDDEE" }