html * {
  margin: 0;
}

 * { font-family: Verdana, Geneva, Airal, sans-serif }
 ul { list-style-type: circle; }
 li { list-style-type: circle; }
 a { color: #000000; text-decoration: none; }
 a:visited { color:#000000; }
 a:hover {text-decoration: underline; }

table {
  border: 1px solid #ccc
  width: 100%
}

.odd {
  background: #b7fa7d
}

.even {
  background: #f7ffba
}

.cutoff {
  background: #9696d2
}
