
a.b_link {
			 display: block;
			 width: 180px;
			 height: 1.2em;
			 background: #fff;
			 color: #333;
			 text-align: center;
			 padding: 2px;
			 border: solid 1px #ccc;
			 margin-bottom: 7px;}
			 
a:hover.b_link {
			 background: #eee;}			 
			 
table.prog	{
			 border-collapse: collapse;
			 padding: 0px;
			 margin-top: 5px;
			 font-size: 100%;}
			 
table.prog td {
			 border: solid 1px #ccc;
			 width: 178px;
			 padding: 5px;}		 
			 
table.prog td.stage {
			 font-weight: bold;
			 text-align: center;}	 
			 
table.prog td.day {
			 font-weight: bold;}	
			 		  
			 
.bands {
			 list-style: none;
			 padding-top: 5px;
			 margin: 5px;}

.bands li {
			 padding-top: 5px;}
