body{
  color : black;
  
  text-align : left;
  

float : left;
}
h1{
  
  text-align : center;
  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;
  
}
h2{
  
  text-align : center;
  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;
}
h3{
  
  text-align : center;
  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;
}
hr{
  
  height: 3px;
}
p{
  color : black;
}
a{
  
  text-decoration : none;
}
a:visited{
  
  text-decoration : none;
}
a:hover{
  
  text-decoration : underline;
}
a:active{
  
  text-decoration : none;
}
UL{
  color : black;
  list-style-image : url(l_a02.gif);
  list-style-position: outside;
}
TH{
  color : white;
  background-color : #ff8000;
}
TD{
  color : black;
  background-color : white;
}