
H1 {
  font-family: sans-serif;
  color: navy;
  align: center;
}

H2, H3 {
  font-family: sans-serif;
  color: navy;
}

th {
  font-family: sans-serif;
  color: navy;
}

td.description {
  font-size: 80%;
}	      

.odd {
  background-color: #eeeeee;
}

.comment {
  font-style: italic;
  font-size: smaller;
}

.test:link { color: #cccccc;
             background-color: white;
             }
.test:hover { color: #777777; }
