BODY{
  color : black;
  background-color: #FFFFFF;
}
H1{
  color: #FFFFFF;
  background-color : black;
  text-align : left;
  border-top-color : red;
  border-right-color : red;
  border-bottom-color : red;
  border-left-color : red;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-top-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-left-style : solid;
  border-top-width : 4px;
  border-right-width: 4px;
  border-bottom-width : 4px;
  border-left-width : 28px;
}
H2{
  color: #FFFFFF;
  background-color : black;
  text-align : left;
  border-top-color : red;
  border-right-color : red;
  border-bottom-color : red;
  border-left-color : red;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  border-top-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-left-style : solid;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width : 28px;
}
H3{
  color: #FFFFFF;
  background-color : black;
  text-align : left;
  border-top-color : red;
  border-right-color : red;
  border-bottom-color : red;
  border-left-color : red;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-top-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-left-style : solid;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width : 28px;
}
HR{
  color : black;
  height: 3px;
}
P{
  color : black;
}
A{
  color : #1e1e1e;
  text-decoration: underline;
}
A:VISITED{
  color : #3c3c3c;
  text-decoration: underline;
}
A:HOVER{
  color : red;
  text-decoration: underline;
  font-style : italic;
}
A:ACTIVE{
  color : purple;
  text-decoration: underline;
}
UL{
  color : black;
  list-style-image : url(l_b12.gif);
  list-style-position: outside;
}
UL UL{
  list-style-image : url(l_b12a.gif);
}
OL{
  list-style-type : upper-alpha;
}
OL OL{
  list-style-type : lower-alpha;
}
TH{
  color: #FFFFFF;
  background-color: #003399;
}
TD{
  color : black;
  background-color: #FFFFFF;
}
H4{
  color : black;
  background-color : #cccccc;
  text-align : center;
  font-weight : normal;
}
H5{
  color : white;
  background-color : black;
  border-width : 4px;
  border-left-width : 64px;
  border-right-width : 4px;
  border-bottom-width : 4px;
  border-style : none none solid;
  border-bottom-style : none;
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  border-left-color : #ff8040;
}

