body {
  line-height: normal;
  font-size: small;
  font-family: Arial,Helvetica,sans-serif;
  background-color: black;
  color: #ffff99;
}
a:active {
  color: #66cccc;
  font-weight: bolder;
}
a:hover {
  color: #33cc00;
  font-weight: bolder;
}
a:link {
  color: #ff9966;
  font-weight: bolder;
}
a:visited {
  color: #ff9966;
  font-weight: bolder;
}
