BODY {
  font-family: helvetica;
  font-size: 12px;
  text-align: center;
  margin: 20px auto;
  background-color: #dddddd;
}

TABLE.spreads {
  border: 0px;
  padding: 0px;
  border-collapse: collapse;
  margin-top: 10px;
}

TABLE.spreads TR {
  border-left: solid;
  border-right: solid;
  border-width: 1px;
}

TABLE.spreads TR.top {
  border-top: solid;
  border-width: 1px;
}

TABLE.spreads TR.bottom {
  border-bottom: solid;
  border-width: 1px;
}

TABLE.spreads TD.left {
  border-left: solid;
  border-width: 1px;
}

TABLE.spreads TD.data {
  width: 50px;
}

TABLE.spreads TD.data a {
  font-size: 9px;
}

TABLE.score {
  width: 95%;
  border-collapse: collapse;
  position: relative;
  margin: auto;
}

TABLE.score TD {
  text-align: left;
}

TABLE.score TD.center {
  text-align: center;
}

TABLE.score TD.correct {
  text-align: center;
  border-color: green;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

TABLE.score TD.wrong {
  text-align: center;
  border-color: red;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

TABLE.rank {
  border: 0px;
  padding: 0px;
  border-collapse: collapse;
  margin-top: 10px;
}

TD {
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  font-family: helvetica;
  font-size: 12px;
}

TABLE.rank TD, TH, TR {
  padding: 0px;
  border: 0px;
}

.aleft {
  text-align: left;
}

.aright {
  text-align: right;
}

.center {
  text-align: center;
}

A {
  text-decoration: none;
  color: #000000;
  font-family: helvetica;
  font-size: 12px;
}

A.titleLink { font-size: 24px }

h1 {
  font-family: helvetica;
  font-size: 1.3em;
  margin: 2em auto 0.5em auto;
}

.mainDiv {
  position: relative;
  text-align: left;
  margin: 0 auto;
  padding: 10px;
  max-width: 740px;
  min-height: 500px;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}

.helpbox {
  position: absolute;
  text-align: center;
  padding: 2px;
  top: 0px;
  left: 0px;
  background-color: #99ffcc;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  z-index: 2;
}

.main a {
  color: #696969;
}

.updates_pre {
  float: left;
  margin-top: 15px;
}

.updates_next {
  text-align: right;
  margin-top: 15px;
}

.quicknav {
  padding-top: 5px;
}

.quicknav a {
  font-weight: bold;
}

.quicknav input {
  height: 11px;
  margin: 0px;
  margin-left: 3px;
  vertical-align: middle;
}

.underline {
  text-decoration: underline;
}

.correct {
  color: green;
}

.wrong {
  color: red;
}

.green {
  color: green;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.white {
  background-color: white;
}

.gray {
  background-color: lightgray;
}

.small {
  font-size: 9px;
}
