body{
  font-family: courier, Copperplate Gothic Light,Arial,sans-serif;
  font-size: 80%;
  color: #000;
  line-height: 1.166;
  margin: 0px;
  padding: 0px;
}
a{
  color: #000;
  text-decoration: none;
}
a:link{
  color: #000;
  text-decoration: none;
}
a:visited{
  color: #000;
  text-decoration: none;
}
a:hover{
  color: #D7D7D7;
  text-decoration: underline;
}
h1{
  font-family: courier,Copperplate Gothic Light,Verdana,Arial,sans-serif;
  font-size: 120%;
  color: #000;
  margin: 0px;
  padding: 0px;
}
h2{
  font-family: courier,Copperplate Gothic Light,Arial,sans-serif;
  font-size: 120%;
  color: #000;
  margin: 0px;
  padding: 0px;
}
h3{
  font-family: courier,Copperplate Gothic Light,Arial,sans-serif;
  font-size: 110%;
  color: #000;
  margin: 0px;
  padding: 0px;
}
h4{
  font-family: courier,Copperplate Gothic Light,Arial,sans-serif;
  font-size: 100%;
  color: #000;
  margin: 0px;
  padding: 0px;
}

h5{
  font-family: courier,Copperplate Gothic Light,Arial,sans-serif;
  font-size: 250%;
  font-weight: normal;
  color: #000;
  margin: 0px;
  padding: 0px;
}

#header{
  padding: 7px;
  border-bottom: 0px solid #000;
  width: 80%;
  height: 50;
  background-color: #ffffff;
  background-image: url(images/banner.jpg); 
  background-repeat: no-repeat;
  background-position: right;
}
#nav {
  padding: 0px;
  height: 20px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  background-color: transparent;
  width: 80%;
}
#news {
  padding: 7px;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  background-color: #ffffff;
  width: 20%;
}
#footer {
  padding: 7px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  background-color: white;
  width: 80%;
}