@import url(bana11.css);
@import url(bana11.css);
BODY{
  color : navy;
  background-color : #ffffff;
  
  
  
     
     background-repeat : repeat-x;
}
H1{
  color: #663300;
  border-left-width : 3pc;
  border-left-style : solid;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  padding-left : 10px;
  border-bottom-color : #008800;
  border-left-color : #008800;
}
H2{
  color: #663300;
  padding-left : 5px;
  border-left-width : 2pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #008800;
  border-bottom-color : #008800;
}
H3{
  color: #663300;
  padding-left : 3px;
  border-left-width : 1pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #008800;
  border-bottom-color : #008800;
}
HR{
  color: #996600;
  height: 3px;
}
P{
  color: #666633;
}
A{
  color : blue;
  

     
}
A:VISITED{
  color: #FF6666;
  text-decoration: underline;
}
A:HOVER{
  
  text-decoration: underline;
     background-color : lime;
}
A:ACTIVE{
  color: #FF0000;
  text-decoration: underline;
}
UL{
  color: #666633;
  list-style-image : url(../giff/gif1/l_g01.gif);
  list-style-position: outside;
}
TH{
  color : blue;
  
}
TD{
  
  
     

     
     
     
     
     
     color : blue;
}
CAPTION{
     text-decoration : none;
}
