@CHARSET "UTF-8";

/*
title: Magic 99 Now Playing CSS
author: John Himpe / Rawlco Interactive
start date: 00/00/07
last changed: 00/00/07
*/

body {
	background: #d8be8c;
	padding: 0;
	margin: 0;
}

#nowplaying {
	margin-top: 10px;
}

.now {
	font-size: 18px;
	color: #666;
	font-weight: bold;
}

.gt {
	font-size: 18px;
	color: #dc3626;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

.artist {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
