html {
  font-family: Verdana, sans-serif;
}

input, textarea {
  border:1px solid black;
  background-color:rgb(204, 204, 204);
}

#nav_list {
  list-style-type:none;
}

#top {
  width:100%;
  height:4%;
  background-color:#FFD400;
}

#content
{
  position:absolute;
  top:4%;
  width:98%;
  height:85%;
  padding:1%;
  overflow:auto;
}

#bottom {
  position:absolute;
  bottom:0;
  width:100%;
  height:7%
}

#upper_bottom {
  background-color:#FFD400;
  height:43%;
}

#lower_bottom {
  background-color:#D89C1C;
  height:57%;
}

.no_overflow {
  max-width:100%;
  max-height:100%;
}

.background {
  z-index:1;
}

.nav_list
{
  margin:8%;
}

a:hover
{
  text-decoration:underline;
  font-weight:bold;
  color:black;
}

a:link, a:visited
{
  color:black;
  text-decoration:none;
}
