 
BODY{
  line-height : 25px;
  letter-spacing : 1px;
}
H2{
  color : white;
  background-color : purple;
  border-top-width : 5px;
  border-left-width : 5px;
  border-right-width : 5px;
  border-bottom-width : 5px;
  border-style : ridge ridge ridge ridge;
  letter-spacing : 5px;
}
H3{
  background-color : #fbfcbe;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : ridge;
  border-left-style : ridge;
  border-right-style : ridge;
  border-bottom-style : ridge;
  text-align : center;
  color : red;
  float : none;
  letter-spacing : 3px;
}
DIV{
  margin-left : 15px;
  margin-right : 15px;
}
IMG{
  margin-right : 13px;
  float : left;
}
H4{
  font-size : 14pt;
  font-weight : bolder;
  color : red;
  text-indent : 5px;
  background-color : #e6f8a9;
  border-width : 2px 2px 2px 2px;
  border-top-style : groove;
  border-left-style : groove;
  border-right-style : groove;
  border-bottom-style : groove;
  text-align : center;
}
BLOCKQUOTE{
  margin-left : 30px;
  margin-right : 30px;
}

