@charset "UTF-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

Body {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	background-color:#eae7e1;
	width:325px;
}

p {
	line-height: 1.5em;
	
}

a, a:visited, a:active {
	text-decoration: underline;
}

a, a:visited, a:active {
	color: #000;
	outline-style: none;
}

a:hover {
	color: #ef434a;
}

img {
	vertical-align: bottom;
	border: none;
}

td {
	padding:5px;

}

#past-shows {
	color: #666666;
}