#bbciplayer {
	font-family: Helvetica, Arial, sans-serif;
}

#bbciplayer h3 a {
	color: #d60067;
	text-decoration: none;
}

#bbciplayer h4 {
	font-size: 0.9em;
	margin: 5px;
}

#bbciplayer h4 a {
	display: block;
	text-decoration: none;
}

#bbciplayer .body {
	background-color: black;
}

#bbciplayer h4 a:link, #bbciplayer h4 a:visited {
	color: white;
}

#bbciplayer h4 a:hover {
	color: #d60067;
}

#bbciplayer p {
	margin: 5px;
	font-size: 0.7em;
	color: white;
}

#bbciplayer .des {
	padding-bottom: 5px;
	float: left;
}

#bbciplayer .dark {
	float: left;
	clear: left;
	background-color: black;
}

#bbciplayer .light {
	clear: left;
	float: left;
	background-color: #333333;
}

