BODY{
  font-family : Arial;
  font-weight : normal;
  font-style : italic;
}
H1{
  color: #663300;
  
  border-left-style : none;
  
  border-bottom-style : none;
  
  
  
  border-top-style : none;
  border-right-style : none;
}
H2{
  color: #663300;
}
H3{
  color: #663300;
}
HR{
  color: #996600;
  height: 3px;
}
P{
  color: #666633;
}
A{
  color : #ff8000;
  text-decoration: underline;
}
A:VISITED{
  color : #ff8000;
  text-decoration: underline;
}
A:HOVER{
  color : red;
  text-decoration: underline;
}
A:ACTIVE{
  color: #FF0000;
  text-decoration: underline;
}
UL{
  color: #666633;
  list-style-image : url(l_g01.gif);
  list-style-position: outside;
}
TH{
  color: #CCCC99;
  background-color: #663300;
}
TD{
  color: #CCCC99;
  
}
