BODY {
  background: #000000;
  color: #AAAAAA;
  font-family: Courier, monospace;
  font-size: 12px;
}

.menu {
  text-align: right;
  font-variant: small-caps;
  text-decoration: none;
  font-size: 12px;
}

A.menu {
  background: #000000;
  color: #FFFFFF;
  font-size: 12px;
}

A.menu:active {
  background: #000000;
  color: #FFFFFF;
  font-size: 12px;
}

A.menu:visited {
  background: #000000;
  color: #AAAAAA;
  font-size: 12px;
}

A.menu:hover {
  background: #FFFFFF;
  color: #000000;
  font-variant: normal;
  font-weight: bold;
  font-size: 12px;
}

.caption {
  color: #000000;
  background: #FFFFFF;
  text-align: left;
  font-variant: small-caps;
  font-size: 12px;
  font-weight: bold;
}

.subCaption {
  font-size: 12px;
  font-variant: small-caps;
  color: #FFFFFF;
  font-size: 12px;
}

.content {
  font-size: 12px;
  text-align: justify;
}

A.content {
  background: #000000;
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 12px;
}

A.content:active {
  background: #000000;
  color: #AAAAAA;
  font-size: 12px;
}

A.content:visited {
  background: #000000;
  color: #AAAAAA;
  font-size: 12px;
}

A.content:hover {
  background: #000000;
  font-variant: small-caps;
  font-size: 12px;
}

A.index {
  background: #000000;
  color: #AAAAAA;
  text-decoration: none;
  font-size: 12px;
}

A.index:active {
  background: #000000;
  color: #AAAAAA;
  font-size: 12px;
}

A.index:visited {
  background: #000000;
  color: #AAAAAA;
  font-size: 12px;
}

A.index:hover {
  background: #000000;
  font-variant: small-caps;
  font-size: 12px;
}

.banner {
  font-size: 90px;
  font-family: Imapct;
  color: #FFFFFF;
  text-align: center
}
