div#content {margin: 0px 20px;}

H1 {
	font-size: 120%;
	font-weight: normal;
	margin-top: 0px;
}

P {
	margin-bottom: 10px;
}

TABLE {
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
	margin-top: 20px;
	clear: both;
}
TD {
	padding: 5px 5px 5px 5px;
	border: 1px solid #666666;
}
TD.number {
	text-align: right;
}
TR.header {
	background-color: Silver;
}