body {
  font-family: "Book Antiqua", Arial, sans-serif;
  font-size: smaller;
}
.center {
  text-align: center;
}
.whitebold {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2pt;
  text-transform: uppercase;
}
.sjtitle {
  font-size: xx-large;
  font-family: Times;
  font-style: italic;
  font-weight: bold;

  text-align: center;
  font-variant: small-caps;
}
a:hover {
  background-color: #FEF8D3;
  color: black;
}
a:visited {
  color: navy;
}

a:link {
  color: navy;
}
.sidenav {
  font-size: small;
  font-style: normal;
  font-variant: small-caps;
  font-weight: normal;
  font-family: Verdana, sans-serif;
  color: white;
}
LI {
  list-style-type: square;
  padding-bottom: 5px;
}
.redhighlight {
  color: red;
  font-style: italic;
  font-weight: bold;
}