BODY{
  color : navy;
  background-color: #FFFFFF;
  
  background-repeat: repeat-x;
  background-attachment : fixed;
  list-style-type : square;
}
H1{
  color : #004000;
  border-left-width : 3pc;
  border-left-style : solid;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  padding-left : 10px;
  border-bottom-color : #669933;
  border-left-color : #669933;
}
H2{
  color : #004000;
  padding-left : 5px;
  border-left-width : 2pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #669933;
  border-bottom-color : #669933;
}
H3{
  color : #004000;
  padding-left : 3px;
  border-left-width : 1pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #669933;
  border-bottom-color : #669933;
}
HR{
  color : navy;
  height: 3px;
}
P{
  color : black;
}
A{
  color : black;
  text-decoration : none;
background-color : white;
}
A:VISITED{
  color : blue;
  text-decoration : none;
}
A:HOVER{
  color : teal;
  text-decoration : none;
background-color : silver;
}
A:ACTIVE{
  color : olive;
  text-decoration : none;
background-color : silver;
}
UL{
  color : black;
  list-style-image : url(l_g01.gif);
  list-style-position: outside;
list-style-type : square;
}
TH{
  color: #CCCC99;
  background-color: #663300;
}
TD{
  color : navy;
  background-color : white;
}