
H1{
  color : white;
  text-align : left;
  
  padding-top : 5px;
  padding-right : 3px;
  padding-bottom : 3px;
  padding-left : 5px;
  ;
  
  
  border-bottom-style : solid;
  
  
  
  border-bottom-width : 5px;
  
  background-color : #fe9901;
  
  

  font-size : 110%;
  
  

  
  border-bottom-color : red;
  
  
  font-weight : bold;
}
H2{
  color : black;
  
  
  padding-top : 3px;
  padding-right : 5px;
  padding-bottom : 3px;
  padding-left : 5px;
  
  border-bottom-style : solid;
  
  
  border-bottom-width : 5px;
  
  
  

  font-size : 100%;
  text-align : left;
  background-color : white;

  border-bottom-color : green;
  
  font-weight : bold;
}
HR{
  color : #ea3d33;
  height : 1px;
border-style : none none none none;}
P{
  color : black;
}
A{
  
  text-decoration : none;
  

  
  color : white;
}
A:VISITED{
  
  text-decoration : none;
  
  
  
  
  color : white;
}
A:HOVER{
  color: #FF3333;
  text-decoration : underline;
}
A:ACTIVE{
  color : fuchsia;
  text-decoration : none;
}
UL{
  color : black;
  list-style-image : url(bot_list001.gif);
  list-style-position: outside;
  
}
TH{
  color : white;
  background-color : #186c30;

  
  
  
  
  
  
  
  
border-style : none none none none;
  font-size : 100%;
  
  
}
TD{
  color : black;
  
border-style : none none none none;
  
  
  
  
  
}
TABLE{
  border-style : none none none none;
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}
H3{
  font-size : 105%;
  color : white;
  background-color : #375b9d;
border-width : 2px 2px 2px 2px;border-style : solid solid solid solid;border-color : black black black black;
  
}
H4{
  font-size : 105%;
  color : #284373;
  
}
PRE{
  font-size : 70%;
  color : black;
}
