body {
  font-family:  Verdana, sans-serif;
  color: #006400;
  background-color: #FFFAFA; 
  margin-left: 10%; margin-right: 10%;}
h1 {
  font-family: 'Times New Roman', Times, serif;
  color: #000080 }
h2 {
  font-family: 'Times New Roman', Times, serif;
  color: #000080 }
h3 {
    font-family: 'Times New Roman', Times, serif;
    color: #000080 }
h4 {
  font-family: 'Times New Roman', Times, serif;
  color: #000080 }
a:link {
  color: 0000FF }
a:visited {
  color: 800080 }
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }

#centeredmenu {
   float:left;
   width:100%;
   border-bottom:0.1em solid #006400;
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#ddd;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
}
#centeredmenu ul li a:hover {
   background:#369;
   color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}