
body { 
  font-family: verdana, sans-serif;
  margin: 0;
  color: #000;
  background-color: #DDD;
}

img { 
  width: 100%;
 }

h1 { 
  z-index: 5;
  position: absolute;
  top: 8%;
  left: 8%;
  font-size: 150% !important;
  color: #000;
 }

#navbar { 
  position: absolute;
  left: 70%;
  bottom: 7%;
  width: 200px;
  margin-left: 10px;
  margin-top: 0px;
  color: #000;
  padding: 3px;
  padding-top: 0px;
}

#navbar h5 { 
  display: None;
}
#navbar ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 10em;
}
#navbar ul li {
  margin: 0.3em 0;
  padding: 0.2em;
  border-left: 0.4em solid black;
}
#navbar ul li a {
  display: block; 
  text-decoration: none;
  font-size: 120%;
  font-weight: bold;
}


a {text-decoration: none;}


a:link {
  color: #000;
  background: transparent;
}

a:visited {
  color: #000;
  background: transparent;
}

a:hover {
  background: #DDD;
}
