#hbuttons a{
	display: block;
	text-decoration: none;
	font: bold 20px Arial;
	color: white;
	width: 104px;
	height: 36px;
	float: left;
	display: inline;
	margin-right: 20px;
	background-image:url(red-button.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	text-align:center;
	border:none;
}
.clicked {
	color:yellow;
}