body{
  
  background-color : rgb(221, 221, 221);
  background-image : url(stain2.gif);
  font-size : medium;
  font-family : "Book Antiqua";
}
H1{
  color: #FFFFFF;
  background-color: #666666;
  background-image : url(stain1.gif);
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-family : "Book Antiqua";
}
H2{
  color: #FFFFFF;
  background-color: #666666;
  background-image : url(stain1.gif);
  text-align: center;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
}
H3{
  color: #FFFFFF;
  background-color: #666666;
  background-image : url(stain1.gif);
  text-align: center;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
}
HR{
  color: #666666;
  height: 3px;
  font-size : small;
  font-family : "Book Antiqua";
}
P{
  
  font-size : small;
  font-family : "Book Antiqua";
}
A{
  color : black;
  text-decoration: none;
  font-size : small;
  font-family : "Book Antiqua";
}
A:VISITED {
	color: black;
	text-decoration: none;
	font-size: small;
	font-family: "Book Antiqua";
	position: inherit;
}
A:HOVER{
  color : aqua;
  text-decoration: underline;
  font-size : small;
  font-family : "Book Antiqua";
  
}
A:ACTIVE{
  
  text-decoration: none;
  font-size : small;
  font-family : "Book Antiqua";
}
UL{
  color: #000000;
  list-style-image : url(l_stain1.gif);
  list-style-position: outside;
}
TH{
  color: #FFFFFF;
  background-color: #666666;
}
TD{
  color: #000000;
  background-color: #CCCCCC;
}