body {
  font-size: 100%; 
  font-family: Georgia, "Times New Roman",
        Times, serif; 
  color: #000000; 
  background-color: white;
  background-image: none 
}
.logo {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  text-align: center;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 80%;
  font-weight: bold;
  background-color: yellow;
  color: black;
}
img {
  border: 0;
}
.banner {
  position: absolute;
  top: 0;
  left: 266px;
  height: 47px;
  width: 75%;
  padding 1em;
  background-color: yellow;
  color: black;
}
.banner a {
  color: blue;
  background-color: yellow;
}
.banner a:visited {
  color:  red;
  background-color: yellow;
  font-weight: normal; 
} 
.banner a:active {
  color: #FF4444;
  background-color: yellow;
} 
.banner a:hover {
  color : #FF2222;
  background-color: yellow;
  font-weight: bold; 
} 
.menu {
  margin: 0;
  padding: 6px;
  position: absolute;
  top: 75px;
  left: 0;
  width: 160px; 
  height: 100%;
  list-style-type: none; 
  background-color: #F1EEDF;
}
.main {
  position: absolute;
  left: 174px;
  top: 75px;
}
ul.navbar1 {
  color: black;
}
ul.navbar1 li {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
}
ul.navbar2 li {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 95%;
  left: 1em;
}
div.banner a {
	margin-right: 10px;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
	font-size: 180%;
	text-align: center;
}
h2 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 160%;
}
h3 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 140%;
}
h4 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 120%;
}
a {
  text-decoration: underline;
  color:  #FF0000;
  background-color : transparent;
  font-weight: bold;
  outline: none;
}
a:visited {
  color:  #BB0000;
  background-color : transparent;
  font-weight: bold;
}
a:active {
  color: #884400;
  background-color : white;
}
a:hover {
  color: #880000;
  background-color: #FFFF00;
  font-weight: bold;
}

