body {
  font-family: Georgia, "Times New Roman",
        Times, Sans-serif;
  color: black;
  background-color: #F5F5F5 }
h1 {
  font-family: Georgia, "Times New Roman",
        Times, Sans-serif;
  margin-top: 60px;
  font-size: 40px;  }
h2 {
  font-family: Georgia, "Times New Roman",
        Times, Sans-serif;
  font-size: 25px;
  margin-top: 50px;
  margin-bottom: 10px }
h3 {
  font-family: Georgia, "Times New Roman",
        Times, Sans-serif;
  font-size: 20px;
}
h3.centered{
  font-family: Georgia, "Times New Roman",
        Times, Sans-serif;
  font-size: 20px;
  text-align: center;
}

p.normal {
    font-style: normal;
}
p.italic {
    font-style: italic;
}
ul.navbar{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #f3f3f3;
	position: fixed;
    top: 0;
    width: 100%;
	border: 1px solid #e7e7e7;
}

li.menu{
    float: right;
}

li.menu a {
    display: block;
    color: #666;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
/* Change the link color to #111 (black) on hover */

li.menu a:hover {
    background-color: #b3b3b3;
}

.active {
    background-color: #b3b3b3;
}
div.wrap{
	text-align: center;
}

div.content{
	display: inline-block; 
	text-align: left
}

a:link {
    color: blue }
a:visited {
    color: purple }
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }