body
{
  background-color: black;
  color: #dddddd;
  font-family: sans-serif;
}

h1
{
  text-align: center;
  font-size: 1.75em;
}

h2
{
  font-size: 1.25em;
}

a:link, a:visited, a:active
{
  text-decoration: underline;
  color: #ffffff;
}

a:hover
{
  text-decoration: none;
  color: #ffffff;
}
