/* CSS Document */
body {
	background-color: #dbc598;
	margin: 0px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 11px;
	color:# 5c5947;
}
h2 { font: 14px Georgia, "Times New Roman", Times, serif; color: #d66921; margin-left: 15px;}
p { font: 11px Georgia, "Times New Roman", Times, serif; color: #5c5947; margin-left: 15px; padding right: 25px; }

a {color: #d76b21; text-decoration: none; }
a:link:active, :visited:active {color: #d76b21; text-decoration: none; }
a:hover { color: #eae0c7; background-color:#d66721; text-decoration: none; }

/* THIS IS THE PLAYER BOX ON THE player.html PAGE */
#player {
width:250px; 
height:50px;
margin:auto; 
border-top:1px #2D2D2D solid; 
border-bottom:1px #2D2D2D solid; 
text-align:center;
padding:5px 0px 5px 0px;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
