body  { 
  background-color: darkblue; 
  color: yellow; 
  font-family: helvetica;
}

a:link {
  color: magenta;
}

a:hover,a:hover:visited {
  color: white;
}

a:visited {
  color: red;
}
