body {
 padding-top: 1em;
 padding-left: 8em;
 padding-right: 5em;
 padding-bottom: 1em;
 font-family: Georgia, "Times New Roman",
          Times, serif;
              color: #003366;
    background-color: #CCCCFF }
    ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 2em;
    left: 1em;
    width: 9em; }
 h1 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif;
          border-bottom: solid;  }
h2 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif; 
           } 
         
 h3 {
    text-decoration:  underline;
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif; 
           } 

h4  {
    text-decoration:  underline;
    font-style: italic;
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif; 
           } 
             
           ul.navbar li {
    background: #ffffcc;
    margin: 0.5em 0;
    padding: 0.3em;
    border-right: 1em solid black }
  ul.navbar a {
    text-decoration: none; }
  a:link, a:visited {   
    text-decoration:    none;
    font-weight:    bold; 
    color:  #777777;
    background: none;
    }   
        
           
a:active    {   
    text-decoration:    none;
    font-weight:    bold;
    color:  black;
    background: #ffffcc;
    }   
        
a:hover {   
    text-decoration:    none;
    color:  #000033;
    background: #cccccc;
    }   
        
a.offsite   {   
    text-decoration:    none;
    font-weight:    normal;
    color:  #33F;
    background: #cccccc;
    }   
  
    address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted; }
