/* CSS Document */

.date {
	color: #CCCCCC;
	font-size: 11px;
	letter-spacing: 0.07em;
	margin-bottom: 8px;
}

.city {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #A2CC57;
	text-align: left;
	letter-spacing: 0.05em;
	font-weight: bold;	/* margin-bottom: 2px; */

	
}

.performer {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	color: #B3FF00;
	line-height: 22px;
	text-align: justify;
	font-weight: normal;
	letter-spacing: 0.07em;
	margin-bottom: 16px;
	
}

.performertop {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	color: #669933;
	text-align: justify;
	font-weight: lighter;
	letter-spacing: 0.07em;
	margin-bottom: 20px;
	
}



.songtitles {
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 12px;
	color: #ffffff;
	text-align: justify;
	font-weight: lighter;
	letter-spacing: 0.07em;
	font-style: italic;
	
}

.lyricheadings {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.07em;
	padding-top: 20px;
	
}

.track {
	font-size: 11px;
	color: #D09AB6;
	text-align: justify;
	font-weight: lighter;
	letter-spacing: 0.07em;
	
}

.timing {
	font-size: 9px;
	color: #333333;

	}
	
	.dottedline {margin-top:0px;margin-bottom:20px;border-bottom:1px dotted #ffffff; width:100%;}
	

