
BODY {
  color: black;
  background-color: white;
  font-family: Lucida;
  font-size: 12pt;
}

HR { size: 5 }
A { text-decoration: none }

A:link    { color: red; border: 0  }
A:visited { color: maroon; text-decoration: nounderline }
/*A:hover { color: green; background-color: #CCFFCC }*/
/*A:active { color: black; text-decoration: nounderline }*/

P.question {
  font-style: italic;
}

P.answer {
}

TH {
  color: black;
  background-color: #ddd;
  align: left;
}

TD {
  color: black;
  background-color: #ddd;
  font-family: Lucida;
  font-size: 14pt;
}

OL.tracks {
  margin-left: -15; /* No indentation */
}

LI {
  margin-left: 0;
}

LI.low {
  color: green;
}

LI.high {
  color: red;
}

/*
  OL { list-style: decimal; margin }
  HR { border-top: solid }
  margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0;
*/

