BODY{
  color : black;
  background-color: #FFFFFF;
}
H1{
  text-align : center;
  padding-top : 2px;
  padding-right : 2px;
  padding-bottom : 2px;
  padding-left : 2px;
  border-top-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-left-style : none;
  border-top-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-left-width : 3px;
  font-size : 27px;
  font-weight : bolder;
  color : #ff8000;
}
H2{
  text-align : center;
  border-top-color : #ff8000;
  border-right-color : #ff8000;
  border-bottom-color : #ff8000;
  border-left-color : #ff8000;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  border-style: solid;
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  font-size : 11pt;
  font-weight : normal;
}
H3{
  color : #ff8000;
  text-align: left;
  border-top-color : #cc0000;
  border-right-color : #cc0000;
  border-bottom-color : #cc0000;
  border-left-color : #cc0000;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-style: solid;
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  background-color : #ffffc8;
  font-size : 12pt;
}
HR{
  color : #ff8000;
  height : 2px;
}
P{
  color : black;
}
A{
  color : navy;
  text-decoration : underline;
}
A:VISITED{
  color : purple;
  text-decoration : underline;
}
A:HOVER{
  text-decoration : underline;
  
}
A:ACTIVE{
  color : purple;
  text-decoration : underline;
  
}
UL{
  list-style-position: outside;
  list-style-type : none;
  list-style-image : url(l_b03.gif);
}
UL UL{
  list-style-image : url(l_b03a.gif);
}
TH{
  padding-top : 1px;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 1px;
  border-style : solid solid solid solid;
  border-top-color : #ffeedd;
  border-left-color : #ffeedd;
  border-right-color : #ffeedd;
  border-bottom-color : #ffeedd;
  border-width : 1px 1px 1px 1px;
  text-align : left;
  font-weight : normal;
}
TD{
  border-top-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-left-style : none;
}
