.classname {
	background-color:#587b7f;
	-webkit-border-top-left-radius:2px;
	-moz-border-radius-topleft:2px;
	border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topright:2px;
	border-top-right-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-moz-border-radius-bottomright:2px;
	border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-bottomleft:2px;
	border-bottom-left-radius:2px;
text-indent:0px;
	display:inline-block;
	color:#000000;
	font-family:georgia;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
height:40px;
	line-height:40px;
width:220px;
	text-decoration:none;
	text-align:center;
}.classname:hover {
	background-color:#fbf6d9;
	font-family:Georgia !important;
	font-size:20px !important; 
	font-weight:bold !important;
	font-style:normal !important;
height:40px !important;
	line-height:40px !important;
}.classname:active {
	position:relative;
	top:1px;}