body {
  padding-left: 11em;
  font-family: Georgia, "Times New Roman",
        Times, serif;
  color: white;
  background-color: black }
  
ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 11em;
  left: 1em;
  width: 9em }

ul.navbar li {
  background: white;
  margin: 0.5em 0;
  padding: 0.3em;
  border-right: 1em solid gray }
  ul.navbar a {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
  text-decoration: none }
  
h1 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif; }
		
p {
  font-family: Arial; 
  text-align: left; }

a:link {
  color: black }
a:visited {
  color: black }
  address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin solid }
  
a:hover {
  color: black;
  background-color: white;
  font-weight: bold;
  letter-spacing: 0pt;
  text-decoration: underline overline;}
    
#myownstyle {
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: underline;
color: #333333;
}


#myownstyle2 {
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: underline overline;
color: #333333;
}

#myownstyle3 {
font-family:Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
text-decoration: underline;
color: gray;
}


#header {
padding-top:1em;
}
