	body {
		margin:8px 2px 0 8px;
		font-family: "Trebuchet MS", tahoma, arial;
		font-size: 11px;
		line-height: 13px;
		color: #333333;
		background: #f0f6fd;
	}
	td {
		font-family: "Trebuchet MS", tahoma, arial;
		color: #003399;
		font-size: 11px;
		line-height: 13px;
	}
	a {
		color: #003399;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}

	.title_style{
		color:#081831; font-size:16px; line-height:20px; font-weight:bold; font-family:'Arial Narrow', Arial; text-transform:uppercase;
	}
	.artist_style{
		color:#566783; font-size:16px; line-height:20px; font-weight:bold; font-family:'Arial Narrow', Arial; text-transform:uppercase;
	}
	
	.stationTitle {
		font-size: 16px;
		font-family: "trebuchet MS", tahoma, arial;
		font-weight: bold;
	}
	.subTitle{
		font-size: 11px;
		font-family: "Arial Black", Arial;
		color: #666666;
		text-transform: uppercase;
	}
	
	#theLastsongs{
		color:#333333;
		padding-right:15px;
		font-size:12px;
		line-height:15px;
		font-family:Arial;
		text-transform:uppercase;
	}
	
	#nowMeta{
		color:#333333;
		padding-right:15px;
		font-size:12px;
		line-height:15px;
		font-family:Arial;
		text-transform:uppercase;
	}
	#updatebutton{
	text-align:center;
	padding:10px; color:#ffffff; cursor:pointer;
	background: #FF3366;
	
	font-size: 10px;
	font-family: "Arial Black", Arial;
	text-transform: uppercase;
	-moz-border-radius-bottomleft: 30px; -webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px; -webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topleft: 30px; -webkit-border-top-left-radius: 30px;
	-moz-border-radius-topright: 30px; -webkit-border-top-right-radius: 30px;
	box-shadow: 0px 2px 4px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0, 0.4);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0, 0.4);
	}