body {
  background-color: black;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration : underline;
  color : #555555;
}

.hidden {
  font-size : 6pt;
}
