BODY {
	background-image: url('images/background.gif');
	color: #ffffff;
	background-color: #006600;
	font-weight: bold;
}
TD {
	font-weight: bold;
}
HR {
	color:#aaaa00;
	height:2px;
}
A.BUTTON {
	padding: 3px 10px 3px 10px;
	color: #0000ff;
	background-color: #3399ff;
	text-decoration: none;
	border: 3px inset #0066cc;
}
A:Hover.BUTTON {
	color: #ff0000;
	background-color: #ff6666;
	text-decoration: underline;
	border: 3px inset #cc0000;
}
