body {
  background: #000000;
  color: #FFFFFF;
  font-family: "Comic Sans MS","Comic Sans";
  font-size: 12pt;
  font-weight: lighter;
}

TABLE,TR,TH,TD {
  font-size: 12pt;
  font-weight: lighter;
}

A:link {
  color: #FF0000;
  text-decoration: none;
}

A:visited {
  color: #FF0000;
  text-decoration: none;
}

A:hover {
  color: #FFFFFF;
  text-decoration: none;
}

A:active {
  color: #FFFFFF;
  text-decoration: none;
}

.NavBar{
  font-family: "Monotype Corsiva";
  font-weight: 900;
  font-size: 20pt;
  color: #FFFFFF;
  text-decoration: none;
}

A.NavBar{
  font-family: "Monotype Corsiva";
  font-weight: bolder;
  font-size: 20pt;
  color: #808080;
  text-decoration: none;
}