BODY{
  
  
  background-image : url(sand2.gif);
  text-align : center;
}
H1{
  color: #FFFFFF;
  background-color: #666644;
  background-image : url(sand1.gif);
  text-align: center;
  padding-top : 3px;
  padding-right: 0px;
  padding-bottom : 3px;
  padding-left: 0px;
  font-size : x-small;
  width : 950px;
}
H2{
  color: #FFFFFF;
  background-color: #666644;
  background-image : url(sand1.gif);
  text-align: center;
  padding-top : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  padding-left : 3px;
  font-size : small;
}
H3{
  color: #FFFFFF;
  background-color: #666644;
  background-image : url(sand1.gif);
  text-align: center;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
}
HR{
  color: #666644;
  height: 3px;
}
P{
  color: #000000;
  font-size : x-small;
}
A{
  color: #666644;
  text-decoration: none;
  font-size : x-small;
}
A:VISITED{
  color: #666666;
  text-decoration: none;
}
A:HOVER{
  color : fuchsia;
  text-decoration: underline;
}
A:ACTIVE{
  color: #990000;
  text-decoration: none;
}
UL{
  color: #000000;
  list-style-image : url(l_sand1.gif);
  list-style-position: outside;
  font-size : x-small;
  list-style-type : square;
}
TH{
  color: #FFFFFF;
  background-color: #666644;
}
TD{
  color: #666644;
  background-color : white;
  font-size : x-small;
}
TABLE{
  width : 950px;
}
LI{
  font-size : x-small;
}

