body {
  background: white;
  color: black;
  font: sans-serif;
}
a:link, a:visited, a:hover, a:hover:visited {
  color: blue;
  font-weight: bold;
}
