a {
  text-decoration: none;
}

a:link, a:visited, a:active {
  color: #00b;
}

a:hover {
  background: blue;
  color: white;
}

body {
  font-face: arial;
  background-color: #ccccff;
}
