body {
  background-color: black;
}
.bigger {
  font-size: 16px;
  font-weight: bold;
}
.ittybitty {
  font-size: 9px;
}
td {
  font-size: 12px;
  font-family: sans-serif;
}
a:link {
  color: #FFFF99;
  text-decoration: none;
}
a:hover {
  color: #FFFF33;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #FFFF99;
  text-decoration: none;
}
