BODY {
  background-image: url(graphics/stars.png);
  background-color: Black;
  color: Yellow;
  font-family: sans-serif;
}
A:link {color: #FF33FF}
A:visited {color: #CCCCFF}
A:active {color: #FFCCFF}
H1 {color: Lime;
    text-align: center}
H2,H3,H4 {color: #00CCFF;
          text-align: left;}
.boldtt {font-weight: bold;
         font-family: monospace;}
.center {text-align: center}
.caption {font-style: italic;
          text-align: center;}
.center table
{
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
TH {
  background-color: #000090;
  background-image: url(graphics/background.png);
}

