.small {
  font-family: Arial, Helvetica, sans-serif;
  color: #000066;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
}
.normal {
  font-family: Arial, Helvetica, sans-serif;
  color: #000066;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}
.normalrev {
  font-family: Arial, Helvetica, sans-serif;
  color: #CCCCCC;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  background-color: #000066;
}
.large {
  font-family: Arial, Helvetica, sans-serif;
  color: #000066;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}
.largerev {
  font-family: Arial, Helvetica, sans-serif;
  color: #CCCCCC;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  background-color: #000066;
}
.links {
  font-family: Arial, Helvetica, sans-serif;
  color: #000066;
  background-color: #CCCCCC;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}
table.fence {
  border-color:#000066;
  border-width:thin;
  border-style:ridge;
}
a:link {  text-decoration: underline; color: #000066  }
a:active {  text-decoration: underline; color: #000066  }
a:visited {  text-decoration: underline; color: #000066 }
a:hover {  text-decoration: underline; color: #000066; font-weight: bold }