BODY{
  background-color : white;
  color : black;
}
H1{
  color : navy;
  background-color : #ccffcc;
  text-align: center;
  border-top-color : navy;
  border-right-color : navy;
  border-bottom-color : navy;
  border-left-color : navy;
  padding-top : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  padding-left : 10px;
  border-top-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-style : solid;
  border-top-width : 4px;
  border-right-width : 4px;
  border-bottom-width : 4px;
  border-left-width : 4px;
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
}
H2{
  text-align: center;
  border-top-color : navy;
  border-bottom-color : navy;
  padding-top : 4px;
  padding-right: 4px;
  padding-bottom : 4px;
  padding-left: 4px;
  border-top-style : double;
  border-right-style : none;
  border-bottom-style : double;
  border-left-style : none;
  border-top-width : 4px;
  border-bottom-width: 4px;
  margin-top : 15px;
  margin-left : 50px;
  margin-right : 50px;
  margin-bottom : 15px;
  background-color : #ccffcc;
  color : navy;
}
H3{
  color : #666666;
  background-color : white;
  text-align : left;
  border-bottom-color : #c0c0c0;
  border-left-color : #c0c0c0;
  padding-top: 3px;
  padding-right : 15px;
  padding-bottom: 3px;
  padding-left : 15px;
  border-top-style : none;
  border-bottom-style : solid;
  border-left-style : solid;
  border-bottom-width: 4px;
  border-left-width : 20px;
  margin-left : 5px;
  margin-top : 15px;
  margin-bottom : 10px;
  margin-right : 20px;
}
HR{
  color : navy;
  height : 2px;
  background-color : white;
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
}
P{
  color : #000040;
  margin-left : 20px;
  margin-right : 20px;
}
A{
  color : #8080c0;
  text-decoration : none;
}
A:VISITED{
  color : #808080;
  text-decoration : none;
}
A:HOVER{
  text-decoration : none;
}
A:ACTIVE{
  color : #ff80c0;
  text-decoration : underline;
}
UL{
  color : #000040;
  list-style-position: outside;
}
STRONG{
  font-weight : bold;
  color : #cc0000;
  background-color : white;
}
ADDRESS{
  font-style : italic;
  text-align : right;
}
H4{
  color : white;
  background-color : navy;
  padding-left : 10px;
  margin-left : 20px;
  margin-right : 200px;
  border-top-style : none;
  padding-right : 10px;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  padding-top : 2px;
  padding-bottom : 2px;
  margin-top : 15px;
  margin-bottom : 10px;
}
BLOCKQUOTE{
  font-style : italic;
  margin-left : 5%;
  margin-right : 5%;
  margin-top : 5px;
  margin-bottom : 5px;
}
