/* Generated by KompoZer */
body {
  color: black;
  background-color: white;
}
p {
  font-size: small;
}
table { width: 650px; border-collapse: collapse; }
td {
  border: solid 1px black;
}
th {
  background-color: silver;
  border: solid 1px black;
  text-align: center;
}
td.easy {
  color: black;
  background-color: lime;
  text-align: center;
}
td.mod {
  color: white;
  background-color: blue;
  text-align: center;
}
td.dif {
  color: white;
  background-color: black;
  text-align: center;
}
td.ext {
  color: black;
  background-color: red;
  text-align: center;
}
td.rdnum {
  text-align: center;
}
td.miles {
  text-align: right;
}
td.closed {
  background-color: silver;
  text-align: left;
}
ul {
  font-weight: normal;
  font-style: normal;
  font-size: small;
}
table#notes {
 width: 650px;
 padding: 4px;
 font-size: small;
 border: 0px;
}
td#notes {
 font-size: small;
 border: 0px;
}
