body {
    padding-left: 14em;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: black;
    background-color: white; 
    }
ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 3.35em;
    left: 1em;
    width: 12em; 
    }
h1 {
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
   text-align: center; 
   border-bottom: thin solid; 
   }
ul.navbar li {
    background: #EEE9E9;
    margin: 0.5em 0;
    padding: 0.3em;
    border-right: 1em solid #600; 
    }
ul.navbar a {
    text-decoration: none 
    }

a {
   color: #600 ;
   text-decoration: none;
   background-color: transparent;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-right-width: 0px;
   border-top-width: 0px;
   }

a:visited {
   color: purple;
   text-decoration: none;
   background-color: transparent;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-right-width: 0px;
   border-top-width: 0px;
   }

a:hover {
   color: #F37821;
   background-color: transparent;
   border-color: #98D2E7;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-right-width: 0px;
   border-top-width: 0px;
   border-style: dotted;
   text-decoration: none;
   }
address {
   text-decoration: none;
   margin-top: 1em;
   padding-top: 1em;
   border-top: thin dotted; 
   }
.bib {
   text-indent: -.5in; 
   text-autospace: none; 
   margin-left: .5in;
   }
