BODY{
  color : black;
  font-size : 12px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
HR{
  height: 3px;
  border-width : 1px 1px 1px 1px;
}
P{
  color : black;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
A{
  color : blue;
  text-decoration : underline;
}
A:VISITED{
  color : blue;
  text-decoration : underline;
}
A:HOVER{
  background-color : #ceffff;
}
A:ACTIVE{
  color: #FF9933;
}
TD{
  color : black;
  font-size : 14px;
  letter-spacing : 1px;
  line-height : 130%;
}
BLOCKQUOTE{
  font-size : 14px;
  line-height : 120%;
}
H4{
  border-left-width : 10px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #80ff80;
  border-bottom-color : #80ff80;
  padding-left : 3px;
}
H3{
  border-left-width : 14px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : teal;
  border-bottom-color : teal;
  padding-left : 5px;
}
H5{
  padding-left : 5px;
  color : #ffffff;
  background-color : green;
}
H1{
  font-size : 20px;
}

