body
 { background-color: #c96; text-align: center }

table {
	font-size: x-small;
	margin: auto;
}
th {
	background-color: silver;
	text-align: right;
}
td {
	color: gray;
	text-align: left;
}
div { text-align: center; }
