
A {
  text-decoration: none;
  font-weight: bold;
  color: #00BFFF;
}

A:hover {
  color: #FFFF00;
  text-decoration: underline;
}

P, TD {
  font-family: Arial;
  color: #FFFFE0;
}

BODY {
  background-color: #000000;
  background-image: url(../graphics/blusmoky.JPG);
  font-family: Arial;
  font-size: x-small;
  color: #FFFFE0;
}

A:active {
  color: #FFFFFF;
}

