.rolloverbutton {
	font-family: "Agency FB";
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FF9900;
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 275px;
}
a.rolloverbutton:hover {
	background-color: #0066CC;
	color: #FFFFFF;
}
