BODY{
  font-family : Arial;
  font-weight : normal;
  font-style : normal;
  background-image : url(../topic/bg03.gif);
  background-repeat : no-repeat;
}
H1{
  color: black;  
  border-left-style : none;
  border-bottom-style : none;
  border-top-style : none;
  border-right-style : none;
}
H2{
  color: black;
}
H3{
  color: black;
}
HR{
  color: black;
  height: 3px;
}
P{
  color: black;
}
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: black;
  
  list-style-position: outside;
  list-style-type : disc;
}
TH{
  color: black;
  background-color: #663300;
}
TD{
  color: black;  
}
