.song {
	font-weight: bold;
}
.album {

	font-style: italic;
	font-weight: bold;
}
.artist {
	font-weight: bold;
}
.venue {
	font-style: normal;
}
.sign {
	background-color: #000000;
	height: 28px;
	width: 144px;
	border: thin solid #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	background-position: center center;
	margin: 0px 100px 0px 0px;
	padding: 3px 25px;
	clear: both;
	float: left;
}
li {
	font-family: Tahoma, "Times";
}
