#topics {
	float: left;
	width: 500px;
}
#history {
	float: left;
	width: 260px;
	padding-left: 1px;
}
#topics h3, #history h3 {
	color: #FFFFFF;
	background: #0000C6;
}
#topics h4 {
	font-size: 150%;
}
#topics .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #c0c0c0;
}
#topics .section p {
	margin: 10px 0;
}
#topics .section .link {
	background: url(../images/more.gif) left no-repeat;
	padding-left: 40px;
}
#history dl {
	margin: 16px 18px 0 18px;
}
#history dl dt {
	font-size: 90%;
	margin-top: 10px;
}