body {
	background-image: none; 
	margin: 0; 
	padding: 0; 
	boarder: 0; 
}

#listennowbutton h1 {
	padding: 0 0 0 0; 
	border: 0 0 0 0; 
	margin-top: 1px; 
	margin-bottom: 1px; 
	
}

#listennowbutton:hover{
	background: #222222;
}


#listennowbutton {
	display: block; 
	width: 200px; 
	padding: 6px 20px 4px 10px; 
	color: #eeeeee; 
	background: #444444; 
	text-decoration: none;  /*lets remove the link underlines*/
	text-align: center; 
	cursor: pointer;
	-moz-border-radius-bottomright: 8px; 
	-moz-border-radius-bottomleft: 8px; 
	-moz-border-radius-topright: 8px; 
	-moz-border-radius-topleft: 8px; 
	-webkit-border-bottom-right-radius: 8px; 
	-webkit-border-top-right-radius: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
	-webkit-border-top-left-radius: 8px; 


}

#listennowbutton h1 a,#listennowbutton h1 a:link, #listennowbutton h1 a:visited, #listennowbutton h1 a:hover  {
	color: #eeeeee;
	text-decoration: none;  /*lets remove the link underlines*/
	cursor: pointer;
}

.playertable  {border-collapse:collapse; border-spacing:0; border-color:ffffff; text-align:center; }
.playertable td{font-family:Arial, sans-serif; font-size:12px; padding:10px 5px; text-align:center; border-width:0; overflow:hidden; word-break:normal; color:#669; background-color:#ffffff; }
.playertable a {cursor: pointer;}

