h1 {
	font-family: helvetica, "franklin gothic", arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
body {
	font-family: "helvetica neue", helvetica, "franklin gothic", arial, sans-serif;
	color: black;
	padding: 0px;
	text-align:left;
}
p {
	padding-left: 18px;
	padding-right: 6px;
}
a:hover {
	text-decoration: underline;
	color:#990000;
}
a {
	text-decoration: none;
	color:#990000;
}
a:visited {
	text-decoration: none;
	color:#990000;
}
a:visited:hover {
	text-decoration: underline;
	color:#990000;
}

div.hr { margin: 5px 0px; border: none; border-top: 2px solid #990000; }
div.hr hr { display: none; }
.quote {
	font-family: helvetica, "franklin gothic", arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	background-color: #CCCCCC;
	padding: 8px;
	margin-left: 16px;
	margin-top: 0px;
	width: 200px;
	border: 1px solid #666666;
	display: block;
	float: right;
	text-align: right;
}

<!-- upcoming shows styles -->
.giggroup {
	font-size: 16px;
	font-weight: bold;
}
.gigdate {
	font-size: 11px;
	font-weight: normal;
}
.giglocation {
	font-size: 11px;
	font-weight: normal;
}