.btnsong a, .btnsong a:visited, .btnsong a, .btnsong a:active {
	text-align: center;
	margin: 0;
	padding: 6px 10px;
	font-size: 1.0em;
	font-weight: bold;
	background-image: url(/images/buttons/button.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	line-height: 25px;
	text-decoration: none;
}
.btnsong a:hover {
	background-image: url(/images/buttons/button_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFF;
}
