
A:hover {
  color: red;
  font-weight: bold;
}

BODY {
  font-family: Verdana, sans-serif;
  font-size: small;
}

.body-text {
  margin-left: 25%;
}

.index-table {
  color: red;
  background-color: #C8D2E6;
  width: 20%;
  float: left;
  text-align: right;
  font-weight: bold;
}

.index-table-title {
  font-weight: bold;
  text-align: center;
  color: yellow;
  background-color: #7089BE;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.copyright {
  font-size: xx-small;
  text-align: center;
  color: black;
  background-color: white;
  margin-top: 0%;
  margin-bottom: 0%;
}

TD {
  font-family: Verdana;
}

.page-title {
  font-weight: bold;
  color: yellow;
  background-color: #4E6CAB;
  text-align: center;
  font-family: "Comic Sans MS", Arial, Verdana, sans-serif;
}

.section-title {
  font-family: "Comic Sans MS", Arial, Verdana, sans-serif;
  font-weight: bold;
  color: yellow;
  background-color: #4E6CAB;
  border-top: medium;
  border-right: medium;
  border-bottom: medium;
  border-left: medium;
}

.page-description {
  font-size: x-small;
  color: navy;
  background-color: #C8D2E6;
}

.page-nav {
  text-align: center;
  color: navy;
  background-color: #9DAED2;
  font-size: x-small;
}

.sub-index-table {
  text-align: right;
  background-color: #9DAED2;
  color: red;
  width: 100%;
  font-weight: bold;
}

.sub-index-table-title {
  color: red;
  background-color: #9DAED2;
  text-align: right;
  font-weight: bold;
}

.link-img-left {
  border-top: none;
  float: left;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.link-img {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.link-img-right {
  border-top: none;
  float: right;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.link-img-text-middle {
  border-top: none;
  vertical-align: middle;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
