@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	text-align:center;
	font-size:1em;
}

#container{
	margin:0 auto;
	padding:0;
	text-align:left;
	width:793px;
}

#reverb{
	padding:20px 20px;
	margin-left:20px;
}

a:link{
	text-decoration:none;
	color:#2e5462;
}

a:visited{
	text-decoration:none;
	color:#2e5462;
}

a:hover{
	text-decoration:underline;
	color:#437376;
}

#performances{
	padding:20px;
	margin-left:20px;
	color:#2e5462;
}

h1{
	color:#2e5462;
	font-size:2em;
	font-weight:bold;
	margin-bottom:5px;
}

h2{
	color:#2e5462;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:0px;
}

h3{
	color:#2e5462;
	font-size:1.1em;
	font-weight:700;
}

#performances p{
	margin-top:5px;
	color:#666666;
}