body
{
  background-color      : #bbbbff;
  background            : url( "./images/primes.jpg");
  font-family           : Verdana, arial, helvetica, sans-serif;
  font-size             : 8pt;
  text-align            : left;
  background-attachment : fixed;
}

table
{
  background      : none;
  padding         : 0px;
  font-family     : Verdana, arial, helvetica, sans-serif;
  font-size       : 8pt;
  width           : 96%;
  margin          : 0 auto;
  border-collapse : collapse;
}


td
{
  padding         : 3px;
  vertical-align  : top;
  text-align      : left;
}

th
{
  padding         : 3px;
  vertical-align  : top;
  text-align      : left;
  font-weight     : bold;
}


div
{
  width   : 100%;
  margin  : 0 auto;
}

td.track        { border          : 1px solid #cccccc;  }
th.track        { border          : 1px solid #cccccc;  }
img             { border          : none;               }
a               { text-decoration : none;               }
a:link          { color           : blue;               }
a:active        { color           : red;                }
a:visited       { color           : navy;               }
a:hover         { color           : red;                }
.nofrills
{
  width            : 100%;
  background       : none;
  border           : none;
}
.left           { text-align      : left;               }
.centered       { text-align      : center;             }
.right          { text-align      : right;              }
.half           { width           : 50%;                }
.nobreak        { white-space     : nowrap;             }
