   body {
     background-image: url(header.png);
     background-repeat: no-repeat;
     background-attachment: free;
     background-position: top center;
     padding-top: 21em;
     font-family: Book Antiqua, Veranda, Times New Roman;
     color: #000000;
     background-color: #996699; }
  h1 {
     font-family: Book Antiqua, Veranda, Times New Roman;
     text-align: center }
  h2{
     font-family: Book Antiqua, Veranda, Times New Roman;
     text-align: center }
  ul.navbar {
     position: absolute;
     top: 19em;
     left: 0em;
     width: 100% }
   ul.navbar li {
     background: #996699;
     margin: 0em 0;
     padding: .05em;
     display: inline }
  ul.navbar a {
     text-decoration: none }
  a:link {
     color: #9999CC }
  a:visited {
     color: #99CCCC }
  address {
     margin-top: 1em;
     padding-top: 1em;
     border-top: thin dotted }