body {
  background-color: #333333;
}
a:link {
  color: #009999;
}
a:visited {
  color: #669999;
}
table.top {
  background-color: #cc6666;
  padding: 6;
  text-align: center;
  border: 1 outset #cc6666;
}
table {
  background-color: #cc6666;
  padding: 6;
  text-align: center;
  border: 0 none;
}
td.title {
  background-color: #000000;
}
td {
  background-color: #cccccc;
}
img {
  border: 0;
}
.center {
  text-align: center;
}
hr {
  width: 60%;
}
div.small {
  font-size: 8pt;
}
.red {
  color: #cc0000;
}
