BODY {
	COLOR: #000;
	BACKGROUND-COLOR: white;
	font-family: Arial;
	margin: 1em;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}

p {
	font-size: 12px;
	line-height: 1.5em;
	
}


h2 {
	color: black;
	font-size: 20px;
}

h3 {
	color: black;
	font-size: 16px;
}

h4 {	color: black;
	font-size: 12px;
}

table#census {
	font-size: 12px;
	border: 3px outset gray;
	border-collapse:collapse;
}

table#census td {
	border: 1px inset gray;
	padding: 6px;
	text-align: center;
}

table#census th {
	border: 1px inset gray;
	padding: 6px;
}

table.nbt {
	font-size: 12px;
	
}
table.nbt td {
	padding: 2px;
	padding-right: 10px;
}