 
BODY{
  background-image : url(bg_yellow.gif);
}
html, body{
  scrollbar-3dlight-color : black;
  scrollbar-arrow-color : white;
  scrollbar-darkshadow-color : black;
  scrollbar-face-color : black;
  scrollbar-highlight-color : white;
  scrollbar-shadow-color : white;
}
H1{
  padding-top : 5px;
  padding-bottom : 5px;
  border-top-style : double;
  border-bottom-style : double;
  border-top-color : red;
  border-bottom-color : red;
  padding-left : 15px;
  margin-bottom : 40px;
  font-size : 26px;
  color : navy;
  background-color : white;
}
H2{
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : red;
  border-bottom-color : red;
  padding-left : 10px;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-bottom : 30px;
  background-color : #ffd7c4;
  font-size : 22px;
  font-family : Century;
}
H3{
  border-left-style : solid;
  border-left-color : green;
  padding-left : 5px;
  border-bottom-style : solid;
  border-bottom-color : green;
  padding-top : 1px;
  padding-bottom : 1px;
  color : maroon;
  margin-top : 30px;
  font-size : 16px;
  border-top-style : none;
  border-bottom-width : 1px;
  border-left-width : 5px;
  font-family : Arial;
}
H4{
  font-size : 17px;
  color : white;
  width : 450px;
  border-left-width : 3px;
  border-left-style : double;
  border-left-color : #cc0000;
  background-color : black;
  border-bottom-width : 3px;
  border-bottom-style : double;
  border-bottom-color : #cc0000;
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  border-top-width : 3px;
  border-right-width : 3px;
  border-top-style : double;
  border-right-style : double;
  border-top-color : #cc0000;
  border-right-color : #cc0000;
  text-align : center;
  margin-top : 50px;
  font-family : Arial;
}
P{
  margin-bottom : 30px;
  margin-top : 30px;
  font-size : 17px;
  line-height : 20px;
  font-family : Arial;
}
A{
  color : #ff8080;
  text-decoration : none;
}
A:LINK{
  font-weight : 600;
}
A:VISITED{
  font-weight : lighter;
  text-decoration : none;
}
A:HOVER{
  text-decoration : underline;
  color : #ff0080;
}
BLOCKQUOTE{
  font-size : 17px;
  background-color : #fff4ee;
  padding-top : 3px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 3px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : black black black black;
  line-height : 18px;
  font-family : Arial;
}
TABLE{
  font-size : 14px;
  line-height : 18px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : black black black black;
  margin-top : 10px;
  margin-bottom : 10px;
  background-color : white;
  width : 93%;
  margin-left : 3%;
  margin-right : 3%;
  font-family : Arial;
}
