
#content h1 {
	font-weight:normal;
}

#content h2 {
	text-align:center;
	font-size:150%;
}

#content h3 {
	text-align:left;
	font-size:130%;
	color:darkblue;
}
dt {
	font-size:130%;
	color:darkblue;
	font-weight:bold;
	padding-top:1em;
}
#agenda {
	text-align:center;
	background-color:lightblue;
}

#agenda dd span {
	font-style:italic;
}
#agenda dt {
	color:black;
}
.bold {
	font-weight:bold;
}