body {
  font-family: sans-serif;
  background-color: #ccfcdc;
  color: #000000;
}
h1 {
  color: #bc0303;
}
h2 {
  color: #bc0303;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #ccfcdc;
  text-align: center;
}
td.black {
  background-color: #000000;
}
td.purple {
  background-color: #8c1c9c;
}
td.navy {
  background-color: #04449c;
}
td.green {
  background-color: #04d404;
}
td.white {
  background-color: #ffffff;
}
td.yellow {
  background-color: #ffffcc;
  font-weight: bold;
}

.yes {
  color: #006600;
}
.no {
  color: #990000;
}

a:link {
  text-decoration: none;
  font-weight: bold;
  color: #000099;
}
a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #666666;
}
a:active {
  text-decoration: none;
  font-weight: bold;
  color: #ff0000;
}
a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #ff0000;
}

.a_hover {
  text-decoration: underline;
}
.a_link {
  text-decoration: none;
}

.tiny {
  font-size: 1%;
  text-align: center;
  color: #aaaaaa;
}

dt {
  font-weight: bold;
}


