BODY { font-family: Arial; font-size: 8pt; }
DIV.legend { margin-top: 5px; width: 240px; white-space: nowrap; }
DIV.legend INPUT { float: left; }
DIV.cellColor { width: 12px; height: 12px; border: 1px solid #aaaaaa; float: left;}
TABLE { font-size: 8px; border-collapse: collapse; }
TD { width: 12px; height: 12px; border-bottom: 1px solid #aaaaaa; border-right: 1px solid #aaaaaa}
.qualifies { background-color: #000000}
.qualWithLeadingZeroes { background-color: #999999}
.fails { background-color: #ffffff}
.dontKnow { background-color: #88ffff}
.patternLengthOdd { background-color: #ffffaa}
.terminates { background-color: #aaffaa}
.invalidPattern { background-color: #ffff88}
.dontCare { background-color: #bbbbbb}
.red { background-color: #ff4444; }
.baseMinusOne { background-color: #aaaa00}
TD.s { border: none; }
TH { width: 12px; height: 12px; }
COL.even {}
COL.odd {}
COL.prime {}
COL.numbers {}
TR.even {}
TR.odd {}
TR.prime {}
TR.numbers {}
DIV#busy
{
  position: absolute;
  left: 25%;
  top: 25%;
  border: 1px solid black;
  background-color: #ffffaa;
  text-align: left;
  padding: 20px 10px 10px 10px;
  width: 150px;
  height: 130px;
  display: none;
}
