body {
  background-color: #0a0;
  border-collapse: collapse;
  font-size: 11pt;
}
table {
  background-color: #fff;
  margin-top: 4px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 4px;
  color: #999;
  font-size: 12pt;
}
p {
  margin-left: 16px;
  margin-top: 0px;
  margin-bottom: 8px;
}

p span {
  display: none;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}

a {
  text-decoration: none;
  color: #0000ff;
}
a:hover {
  text-decoration: underline;
  color: #0000ff;
}

table.main {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid black;
}
.centered {
  text-align: center;
}
.notyet:hover {
  text-decoration: line-through;
  color: #ff0000;
}
