@charset "UTF-8";
/* CSS Document */
body {
  padding-left: 12em;
  font-family: Georgia, "Times New Roman",
        Times, serif;
  color: purple;
  background-color: #C6DA8C }
ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: ;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 10em;
  border-bottom: thin solid #660033; 
  border-left: thin solid #660033;
  border-right: thin solid #660033;
  border-top: thin solid #660033 }
h1 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif }
ul.navbar li {
  background: #FFFF99;
  margin: 0.2em 0;
  padding: 0.2em;
  border-right: 1em solid #999966 }
a:link {
  color: blue }
a:hover {
  color: blue;
  text-decoration: none }
a:active: {
  color: black }
a:visited {
  color: #660033 }
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dashed }
ul.sprybar {
  background: #FFFF99;
  list-style-type: none;
  padding: 0;
  margin: ;
  position: absolute;
  top: 2em;
  left: 74em;
  width: 16em;
  border-bottom: thin solid #990033; 
  border-left: thin solid #990033;
  border-right: thin solid #990033;
  border-top: thin solid #990033 }