a.artist {
	font-size: 14px;
	font-weight: bold;
	color: yellow;
	text-decoration: none;
}

a.artist:hover {
	color: white;
}


