BODY{
  color : black;
  text-align : left;
  background-color : #faf9f0;
  margin-top : 5
;}
H1{
  color : black;
  text-align : center;
  border-left-color: #ffffff;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  ;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width : 0px;
}	
H2{
  color : #404080;
  text-align : left;
  border-left-color: #996666;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width : 0px;
  background-color : #ccccee;
}
H3{
  color : #404080;
  text-align : left;
  border-left-color: #996666;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width : 0px;
  background-color : #ccccee;
}
H4{
  color : #404080;
  text-align : left;
  border-left-color: #996666;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width : 0px;
  background-color : #eeeeee;
}
HR{
  
  height: 2px;
}
P{
  color : black;
}
A{
  color : #444499;
  text-decoration : underline;
}
A:VISITED{
  color: #CC4444;
  text-decoration : underline;
}
A:HOVER{
  color: blue;
  text-decoration : underline;
}
A:ACTIVE{
  color: #FF0000;
  text-decoration : none;
}
UL{
  color : black;
  list-style-image : url(l_a01.gif);
  list-style-position: outside;
}
TH{
  color : black;
}
TD{
  color : black;
}