/* CSS Document */

/** BASIC */

body {
 background:#000000;
 color:#cccccc;
font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;

}

/** LINKS */

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #818181;
	text-decoration: underline;
}

/** RADIO LINKS */

.rl {
font-size: 14px;
font-weight: bold;
font-family: "trebuchet ms", helvetica, sans-serif;
}


/** NOW PLAYING */

.np {
font-size: 12px;
font-weight: bold;
font-family: "trebuchet ms", helvetica, sans-serif;
}

/** COPYRIGHT */

.copy {
font-size: 10px;
font-family: "trebuchet ms", helvetica, sans-serif;
}
