body         { font-family: Arial; color: #000000 }
table        { font-family: Arial; font-size: 12pt; color: #000000}

.rolloverButton {
	background-color: #A0785F;
	height: 15px;
	width: 100px;
	border: 1px solid #000000;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: block;
}
:hover.rolloverButton {
	background-color: #FFE1A4;
	height: 15px;
	width: 100px;
	border: 1px solid #000000;
	color: #000000;
	display: block;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
:active.rolloverButton {
	background-color: #FFF0CE;
	height: 15px;
	width: 100px;
	border: 1px solid #000000;
	color: #000000;
	display: block;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}