body {
  font-family: arial;
  image-rendering: pixelated;
}

a:link {
  color: #f00;
}
a:visited {
  color: #f80;
}
a:hover {
  color: #ff0;
}