﻿  body {
	margin-right: 15%;
	padding-left: 14em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #CCFFCC;}
  ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 2em;
    left: 1em;
    width: 9em }
  h2 {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-align: center;}
  h1 {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-align: center;}
  ul.navbar li {
    background: auto;
    margin: 0.5em 0;
    padding: 0.3em;
    border-right: none }
  ul.navbar a {
    text-decoration: none }
  a:link {
    color: blue } /* unvisited link */
  a:visited {
    color: purple }
  a:hover {
	color: #008000}
  a:active {
  color: black }

  address {
	margin-top: 1em;
	padding-top: 1em;
	border-top: thin dotted;
	text-align: center; }

