h2 {
	text-align: center;
}

#concertlist dt {
	float: left;
	font-weight: bold;
	margin-right: 1em;
}

#newslist dt {
	font-weight: bold;
	margin-right: 1em;
	margin-top: .5em;
}

#photolinks div {
	float: left;
	text-align: center;
	padding: 0.25em;
}

#photolinks a {
	text-decoration: none;
}

#photolinks a img {
	border: 0px;
}

div#note {
	padding: .5em 1em;

	border: 1px dashed red;
}

div#note img {
	float: left;

	margin-right: 1em;
}

