A:link {
   color : #0000FF;  
   text-decoration : none
}
A:visited {
   color : #0000A0;
   text-decoration : none
}   
A:hover {
  color : #0000FF;
  background: #FF00FF;
  text-decoration: underline
}

body { background: URL(fondo.jpg); }