HTML, BODY {
  margin: 0px;
  padding: 0px;
  background-color: #000000;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
}
BODY { overflow-x: hidden; }
A:link { color: #66FF66; }
A:visited { color: #99CC99; }
A:active { color: #FFFFFF; }

/* One full-screen animated image is much lighter than hundreds of script-driven letters. */
#matrixbg {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  background-color: #000000;
}
#matrixbg IMG {
  width: 100%;
  height: 100%;
  border: 0px;
}
#site {
  position: relative;
  z-index: 1;
  width: 100%;
}
.navbox {
  background-color: #171717;
  border: 2px outset #555555;
}
.navlink {
  font-weight: bold;
  text-decoration: none;
  padding-left: 16px;
  padding-right: 16px;
}
.active { color: #FFD966 !important; }
.pagebox {
  width: 86%;
  background-color: #000000;
  border: 1px solid #006600;
}
.contentcell { padding: 24px; }
.footer { font-size: 12px; font-style: italic; }
.small { font-size: 12px; }
.flashbox { background-color: #000000; border: 1px solid #00AA00; }
