body {
	padding-left: 13em;
	font-family: Cambria, Gentium, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: white}
body a {text-decoration: none; font-style: italic}
ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 2em;
    left: 1em;
    width: 11em }
h1, h2, h3, h4 {
	font-family: Calibri, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-align: center }
ul.navbar li {
    background: white;
    color: #000011;
    text-align: center;
    margin: 0.5em 0;
    padding: 0.3em;
    border-bottom-style: ridge;
    border-right: 0.1em solid black 
    }
ul.navbar a {
    text-decoration: none;
    font-style: none;
    color: black;
	 }
ul.navbar a:visited {
    color: black
	  }
a:link {
    color: black }
a:hover {
    text-decoration: underline }
a:active {
    text-decoration: underline }
a:visited {
    color: black }  
address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted }
p {text-align: justify}
p:first-letter {color: gray; font-size: 2em}
