body {
  background: #CCFFFF; color: #000033; 
  font-family: "Book Antiqua", sans-serif;
  font-size: 100%; 
  margin-left: 10px; margin-top: 0px
}

p {
  background: #CCFFFF; color: #000033; 
  font-family: "Book Antiqua", sans-serif; 
  font-size: 100%;
}

ol, ul, dl {
  background: #CCFFFF; color: #000033;
  font-family: "Book Antiqua", sans-serif;
  margin-top: 5px
  position: relative;
  margin-left: 25 px;
  font-size: 100%;
}

h1, h2, h3 {
  background: #CCFFFF; color: #000033; 
  font-family: "Book Antiqua", sans-serif;
}

h1, h2 {
  text-align: center;
}

h1 {
  font-size: 135%;
}

h2 {
  font-size: 125%;
}

h3 {
  font-size: 110%;
}

a {
  text-decoration: none;
  font-size: 100%;
}

hr {
  background: #CCFFFF; color: #000033;
}

.topnav {
  background: #CCFFFF; color: #000033; 
  font-family: "Book Antiqua", sans-serif;
  font-size: 100%;
  font-weight: bold;
}

.active {
 background: #000033; color: #CCFFFF;
 font-family: "Book Antiqua", sans-serif;
 font-size: 100%;
 font-weight: bold; 
 text-align: center; width: 20%;
}

.current {
 background: #CCFFFF; color: #000033;
 font-family: "Book Antiqua", sans-serif;
 font-size: 100%;
 font-weight: bold; text-align: center; width: 20%;
}

.subnav {
 background: #000033; color: #CCFFFF;
 font-family: "Book Antiqua", sans-serif;
 font-size: 100%;
 font-weight: bold; 
 text-align: center; width: 100%;
}

