﻿body {
  padding-left: 12em;
  font-family: Georgia, "Verdana",
        Times, serif;
  font-size: 1em;
  color: rgb(1,1,1);
  background-color: rgb(0,0,0) }

ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 1em;
  position: absolute;
  top: 2em;
  left: 0;
  width: 8em }

h1 {
  font-family: Century;;
  font-size: 1em;
  font-weight: bold }

h2 {
  font-family: Century;;
  font-size: 2em;
  font-weight: bold;
  font-style: underlined;}

p {  
  font-family: Georgia, "Verdana",
        Times, serif;
  font-style: italic;
  font-size: 0.9em;
  color: rgb(0,0,0);
}


ul.navbar li {
  color: rgb(204,204,204);
  font-size: 1em;
  background: rgb(0,0,0);
  margin: 1em;
  padding: 0;}

ul.navbar a {
  text-decoration: none;
  font-size: 1em;}

a:link {
  color: rgb(255,255,255)}

a:visited {
  color: rgb(245,245,245)}

}

address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }

