body {
  background-color: black;
  color: white;
  font-family: 'Times New Roman', times, serif;
  font-size: 10pt;
}

a {
  color: #00CC33;
  text-decoration: none;
}

a:hover {
  color: #33FF66;
  text-decoration: underline;
}