body {
  background-color: #D6C746;
  margin-left: 0px;
  margin-top: 0px;
}
.navigationText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  padding-top: 5px;
  padding-bottom: 2px;
}
a.navigationText {
  text-decoration: underline;
  color: #000000;
}
a.navigationText:visited {
  text-decoration: underline;
  color: #000000;
}
a.navigationText:hover {
  text-decoration: none;
  color: #000000;
}
a.navigationText:active {
  text-decoration: none;
  color: #000000;
}
.bodyText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}
a.bodyText {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
a.bodyText:visited {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
a.bodyText:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #000000;
}
a.bodyText:active {
  text-decoration: underline;
  font-weight: bold;
  color: #000000;
}.button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #958722;
  height: 20px;
  width: 85px;
  border: 1px solid #000000;
}

