body {
	background-image: url(background1.gif);
	color: #006600?, OffX=?, OffY=?, Positive=?);
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003300;
	font-style: italic;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006600;

}
A:link {
	color: #009900;
	text-decoration: underline;
	font-weight: bold;
}
A:visited {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}
A:hover {
	color: #00CC00;
	text-decoration: underline;
	font-weight: bold;
}
.tds
 {
  background-color: #006600;
  height: 30px;
  width: 200px;
  text-align: center;
  border: 1px solid white;
  color: white;
  font-size: 16px;
  filter:alpha(opacity=45);
  -moz-opacity:45%;
  cursor: hand;
 }