
td {
	font: 13 px Arial, Helvetica, sans-serif;
	color: white;
}

td.artist {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffcc00;
}
td.desc {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: white;
}

A:link{color: white; text-decoration: none; font-size: 12px; font-weight: bold;}
A:visited{color: white; text-decoration: none; font-size: 12px; font-weight: bold;}
A:hover{color: red; text-decoration: none; font-size: 12px; font-weight: bold;}

a.newlink:link {

  	color: white;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	font-size: 12px;
	font-family: Arial;
		
}

a.newlink:visited {

  	color: white;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	font-size: 12px;
	font-family: Arial;	
}

a.newlink:hover {

  	color: red;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	font-size: 12px;
	font-family: Arial;	
}

a.morelink:link {

  	color: white;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	font-size: 11px;
	font-family: Arial;
		
}

a.morelink:visited {

  	color: white;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	font-size: 11px;
	font-family: Arial;	
}

a.morelink:hover {

  	color: red;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	font-size: 11px;
	font-family: Arial;	
}

