body {
  background-color: #b0c4de;
  color:#000000;
  margin: 8px;
  font-size: 12px;
  font-family: Verdana, Arial, Sans-Serif;
}


td {
  background-color: #b0c4de;
  color:#000000;
  font-size: 12px;
  font-family: Verdana, Arial, Sans-Serif;
}

td.tdlight {
  background-color: #DCDCDC;
  color:#000000;
}
td.tddark {
  background-color: #606f8f;
  color:#ffffff;
}

a, a:visited, a:active, a:link {
  color: #0000ff;
}

a.menuLink {
  color: #DCDCDC;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
a.menuLink:visited {
  color: #DCDCDC;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
a.menuLink:hover {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
}

