body {
  margin: 14px;
  background-color: #004000;
  color: #FFCF33;
  font-family: Baskerville;
}
div.pagetitle {
  text-align: center;
}
div.subtitle {
  text-align: center;
  font-size: 20px;
  color: #FFFFC0;
  padding: 4px 0px 2px 0px;
}
td.maintab {
  border-top: 1px solid #008000;
  border-bottom: 1px solid #008000;
  text-align: center;
  color: #CF9900;
}
td.current_tab {
  border-top: 1px solid #008000;
  border-bottom: 1px solid #008000;
  text-align: center;
  color: gold;
}
p {
  text-align: justify;
}
.highlight {
  color: #F0F0C0;
}
a:link { color: #CF9900; text-decoration: none; }
a:visited { color: #CF9900; text-decoration: none; }
a:hover { color: gold; text-decoration: underline; }

