table {
	margin: 1em auto;
	border-collapse: collapse;
	font-size:80%;
	text-align: left;
}

thead th,


td {width:300
}

tbody tr.odd {
	background-color: #DDF;
}

td.numeric,
th.numeric {
	text-align: right;
}

