html, body
  {
    background-color: #000000;
    text-align: center;
    font-family: "book antiqua";
    color: white;
    line-height: 3;
  }

html
  {
    overflow-y: scroll;
  }

table
  {
    border-collapse: collapse;
  }

td
  {
    color: #FFFFFF;
    font-family: "book antiqua";
    vertical-align: top;
    border-width: 0px;
    padding: 15px;
    border-style: solid;
  }

td.side
  {
    font-weight: bold;
    width: 230px;
    line-height: 2;
  }

a, a:visited
  {
    color: #FFFFFF;
    text-decoration: none;
  }

a:hover, a.current
  {
    color: #800000;
  }

img
  {
    border-style: none;
  }
