@charset "utf-8";

html, body {
	padding:10px;
	color: #000;
	text-align: center;
	
}
	
.liveContent {
	width:100%; 
	height:auto;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;	
    text-align: left;	
	overflow:auto;
	
}


.liveNowPlaying {
	float:left;
	margin: 0px;
	margin-top:5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 25px;
	color:#CCC	;
}

.LIVEfont{
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
}

.LIVEaddress{
	font-size: 20px;
}
.LIVEtitle{
	font-size: 30px;
	color: #bbb;
	font-weight:bold;

}


.LIVEdescriptionTitle{	
	font-size: 22px;
	font-weight:bold;
}
.LIVEdescription{
	font-size: 22px;
}