.navtop {
    background: #93B06B;
    padding-top: 2px;
    margin: 0;
    position: absolute;
    top: 1em;
    left: 1em;
    width: 40em;
	text-align: center;
    border: 1px solid #93B06B }

.navtop a {
    text-decoration: none }
.navtop a:link {
    color: white }
.navtop a:visited {
    color: white }
.navtop a:hover {
    color: red }

  ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 4em;
    left: 1em;
    width: 7em }
  ul.navbar li {
    background: white;
    margin: 0.1em 0;
    padding: 0.1em;
    border-left: 10px solid blue }
  ul.navbar a {
    text-decoration: none }
  a:link {
    color: blue }
  a:visited {
    color: purple }
  a:hover {
    color: red }

  address {
    margin-top: 1em;
    padding-top: 0.5em;
    border-top: 1px solid }

