BODY {
	background-color: #ffffff;
}
H1 {
	background-color: silver;
	background-image : url(stain1.gif);
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 1px;
	padding-left: 11px;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 8px;
	font-style: oblique;
	font-variant: normal;
	word-spacing: 4px;
	background-position: 2px 2px;
	margin-top: 1px;
	border-top-width: 1px;
	right: auto;
	color: lime;
}
HR{
  color: #666666;
  height: 3px;
}
P{
  color: #000000;
}
A{
  color: #0000ff;
  text-decoration: none;
}
A:VISITED{
  color: #660000;
  text-decoration: none;
}
A:HOVER{
  color: #009900;
  text-decoration: underline;
}
A:ACTIVE{
  color: #000000;
  text-decoration: none;
}
UL{
  color: #000000;
  list-style-image : url(l_stain1.gif);
  list-style-position: outside;
}
TD{
  color: #000000;
  background-color: #f0f0f0;
}
strong{
  font-size:14px;
  font-weight : normal
}