BODY{
  {
  color: #FF6666;
  background-color : white;
  

  
}
H1{
  color : blue;
  text-align : center;
  border-top-color : blue;
  border-right-color : blue;
  border-bottom-color : blue;
  border-left-color : blue;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-style: solid;
  border-top-width : 3px;
  border-right-width : 30px;
  border-bottom-width : 3px;
  border-left-width : 30px;
}
H2{
  color : #ff8000;
  text-align: left;
  border-top-color : #FF6666;
  border-right-color: #FF6666;
  border-bottom-color: #FF6666;
  border-left-color: #FF6666;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  border-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 24px;
}
H3{
  color : black;
  text-align: left;
  border-top-color : #3399FF;
  border-right-color: #3399FF;
  border-bottom-color: #3399FF;
  border-left-color: #3399FF;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 18px;
  text-decoration : underline;
}
HR{
  color: #3399FF;
  height: 5px;
}
P{
  color : teal;
  font-size : medium;
}
A{
  color : navy;
  text-decoration: none;
  font-weight : bolder;
}
A:VISITED{
  color: #99CCFF;
  text-decoration: none;
}
A:HOVER{
  color: #3399FF;
  text-decoration: underline;
}
A:ACTIVE{
  color: #0066FF;
  text-decoration: none;
}
UL{
  color : black;
  list-style-image : url(l_b04.gif);
  list-style-position: outside;
  font-size : medium;
}
UL UL{
  list-style-image : url(l_b04a.gif);
}
TH{
  color: #FFFFFF;
  background-color: #3399FF;
}
TD{
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
}
H4{
  color : black;
  text-decoration : underline;
}
LI{
  color : black;
}
