BODY{
  
  background-color : white;
  background-image : url(w3b.gif);
  background-repeat: repeat-y;
  line-height : 6.5mm;
}
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 : #993366;
  border-left-color : #993366;
}
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 : #993366;
  border-bottom-color : #993366;
}
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 : #993366;
  border-bottom-color : #993366;
}
HR{
  color: #996600;
  height: 3px;
}
A{
  
  text-decoration : none;
  background-color : #ffdfef;
}
A:VISITED{
  
  text-decoration : none;
}
A:HOVER{
  
  text-decoration : none;
  background-color : #e4caff;
  
  
}
A:ACTIVE{
  
  text-decoration : none;
}
UL{
  color: #666633;
  list-style-image: url(images/l_g01.gif);
  list-style-position: outside;
}
TH{
  color: #CCCC99;
  background-color: #663300;
}
IMG{
  color : white;
  background-color : white;
}
