  body {
     font-size: small; color: #336699; padding-left: 3em; padding-top: 4em;
     font-family: Helvetica, "Times New Roman",
          Times, serif;    
     background: white; 
     }
    ul.navbar {
     list-style-type: none;
     padding: 0;
     margin: 0;
     position: absolute;
     top: 2em;
     left: 1em;
     width: 9em }
    h5 {
     font-family: Helvetica, Geneva, Arial, 
          SunSans-Regular, sans-serif; color: #7191A4; }
    h4 {
     font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif; 
          color: #6699CC; }
    h3 {
     font-family: Helvetica, Geneva, Arial, 
          SunSans-Regular, sans-serif;
	  color: #336699; }
    h2 {
     font-family: Helvetica, Geneva, Arial, 
          SunSans-Regular, sans-serif;
	  color: #336699; }
    h1 {
     font-family: Helvetica, Geneva, Arial, 
          SunSans-Regular, sans-serif;
          color: #7191A4; }
    ul.navbar li {
     background: #7191A4;
     margin: 0.5em 0;
     padding: 0.3em;
     border-right: 1em solid black}
    ul.navbar a {
     text-decoration: none }
    a:link {
       color: #C30;  /* this is the same as your regular type */

       text-decoration: none;  /* this turns the underlines off */
}

a:visited {
       color: #C30;  /* a great movie, so I hear -- you could color this
the same as your other links if you want */

       text-decoration: none;  /* this turns the underlines off */
}

/* this is how your links will look when the mouse is over them */
a:hover {
       text-decoration: underline;     /* shows the underline when the mouse is
over your links */
}
    address {
     margin-top: 1em;
     padding-top: 1em;
     border-top: thin dotted }


