H1 { font-family : garamond ;
     line-height : 1.0;
     margin : 0;
     font-size : large ;
     font-style : oblique ;
     text-align : center }

H2 { font-family : arial;
     font-size : medium ;
     text-align : center }

H3 { font-family : arial ;
     font-size : medium ;
     text-align : center }

P  { font-family : arial ;
     font-size : large ;}
div#navbar2 {
 height: 22px;
 width: 100%;
 border-top: solid white 1px;
 border-bottom: solid gray 1px;
 background-color: white;
}
div#navbar2 ul {
 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 color: #white;
 line-height: 25px;
 white-space: nowrap;
}
div#navbar2 li {
 list-style-type: none;
 display: inline;
}
div#navbar2 li a {
 text-decoration: none;
 padding: 7px 10px;
 color: black;
  background-color: lightgrey;
  border: 1px solid white;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  text-decoration: none;
}
div#navbar2 li a:link {
 color: black:
}
div#navbar2 li a:visited {
 color: darkblue;
}
div#navbar2 li a:hover {
 font-weight: bold;
 color: white;
 background-color: blue;
}

