body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: .9em;
}
table { 
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0px;
	font-size: 1.1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
th, td {
	padding: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
th {
	background-color: #8C8C8C;
}
td:nth-child(odd) {
	background-color: #C8C8C8;
	text-align: right;
}
td:nth-child(even) {
	background-color: #E1E1E1;
	text-align: left;
}