h1 {
	text-align: center;
	background-color: #eeeeee;
	border-style: solid;
	border-width: 1pt;
}

h2 {
	text-align: center;
	background-color: #eeeeee;
}

h3 {
	text-align: center;
	background-color: #eeeeee;
}

span.songname:hover {
	/*background-color: #bbcbf9;*/
	font-weight: bold;
}

div.songname {
	/*border: solid 1pt;*/
}

.song {
}

.center {
	text-align: center;
}

.concertname {
	text-align: center;
	font-size: 14pt;
}

.bandname {
	background-color: #eeeeee;/*bbcbf9;*/
	text-size: 12pt;
	font-weight: bold;
	text-align: center;
}

div.bandname:hover {
	background-color: #bbcbf9;/*4978ff;*/
}

.band {
	margin-top: 2px;
	margin-bottom: 2px;
}

.concert {
	margin-top: 10px;
	margin-bottom: 10px;
}

