.rolloverbutton {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0066CC;
	background-repeat: no-repeat;
	display: inline;
	height: 30px;
	width: 30px;
}
a.rolloverbutton:hover {
	background-color: #FE9900;
	color: #FFFFFF;
}
