BODY{
  color : olive;
  
  
  background-repeat : repeat;
  background-color : white;
}
H1{
  color : olive;
  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 : olive;
  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 : olive;
  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 : olive;
  height: 3px;
}
P{
  color : olive;
  font-weight : normal;
  background-color : white;
  line-height : 130%;
}
A{
  color : blue;
  text-decoration: underline;
}
A:VISITED{
  color : #cc0000;
  text-decoration: underline;
}
A:HOVER{
  color : #000257;
  text-decoration: underline;
  
}
A:ACTIVE{
  color : #ff3535;
  text-decoration: underline;
}
UL{
  color: #666633;
  list-style-image : url(l_g01.gif);
  list-style-position: outside;
}
TH{
  color : black;
  
}
TD{
  color : olive;
  background-color : white;
  line-height : 130%;
  
}
