a.buybutton, a.buybutton:active, a.buybutton:visited{
	display: block;
	text-align:center;
	font-size:0.8em;
	color:black;
	width:4.5em;
	overflow:auto;
	background-color: #CCCCCC;
	border-width: 2px;
	border-style: solid;
	border-top-color: #CCCCFF;
	border-right-color: #CCCCFF;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom:4px;

}

a.buybutton:hover { 
background-color: #99ffff;
border-top-color: #669999;
border-right-color: #669999;
border-bottom-color: #99ccff;
border-left-color: #99ccff;
text-decoration: none;
color: #ff0000;

}
