@font-face {
  font-family: "Tubular Hollow";
  src: url("./TUBUL_HO.TTF") format("truetype");
}

BODY {
  font-family: Arial, sans-serif;
  background-color: #000000;
  color: #33CCFF;
}

H1 {
  font-family: "Tubular Hollow", Verdana, Arial, sans-serif;
  font-weight: normal;
  background-color: #33CCFF;
  color: #000000;
  border: solid #66FFFF;
}

H2 {
  font-family: Arial, sans-serif;
  background-color: #000000;
  color: #33CCFF;
}

H3 {
  font-family: Arial, sans-serif;
  background-color: #000000;
  color: #33CCFF;
}

P {
  font-family: Arial, sans-serif;
  background-color: #000000;
  color: #33CCFF;
}

P.note {
  font-family: Courier, monospace;
  font-size: smaller;
}

TD {
  font-family: Arial, sans-serif;
  background-color: #000000;
  color: #33CCFF;
}

TD.sml, SPAN.sml {
  font-family: Arial, sans-serif;
  background-color: #000000;
  color: #33CCFF;
  font-size: smaller;
}

SPAN.nb {
  font-family: Arial, sans-serif;
  background-color: #000000;
  color: #FFFFFF;
  font-size: smaller;
  font-weight: bold;
  font-variant: small-caps;
}

A:link    { color: #66FFFF; background-color: #000000; } /* unvisited links */
A:visited { color: #66FFFF; background-color: #000000; } /* visited links   */
A:hover   { color: #66FFFF; background-color: #000000; } /* user hovers     */
A:active  { color: #66FFFF; background-color: #000000; } /* active links    */
