#button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #666600;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #FFFFFF;
}
#button a:link, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#button a:hover, a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
