/* Integrated Radio Player Frame */

body {
	width: 1000px;
	font-size : 1.0em;
	font-weight : normal;
	font-family : Tahoma, Arial, Sans Serif;
	color : #eeeeee;
	background-color : #000000;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	}
a {
	color : #3299e4;
	font-weight : bold;
	}
p.warning {
	font-size: 0.7em;
	color: #ff0000;
}
p.infotext {
	font-size: 0.6em;
	font-weight: bold;
	margin: 2px;
}
p.titletext {
	font-size: 0.75em;
	color: #003399;
}