body {
  background-color: black;
  color: orange;
  font-family: Verdana;
}

a {
}

a:link {
  color:lightblue;
}

a:visited {
  color:white;
}