
body {
	margin-left: 180px;
	width: 460px;
}
table {
	border: 1px solid; border-collapse: collapse;
}
table td, th {
	border: 1px solid; border-collapse: collapse; padding: 5px;
	background: #ccccff;
}
table.numeric td {
	text-align: right;
	font-family: monospace;
}
table caption {
	font-family: sans-serif;
}
h1, h2, h3, h4, h5 {
	font-family: sans-serif;
}
#navig {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	width: 150px;
	height: 100pc;
	background: #dddddd;
}
#sectitle {
	color: #444488;
	text-align: right;
}
.byline {
	font-style: italic;
}
