table.stats {
	border: gray solid 1px;
	font-size: 9pt;
}
table.stats td {
	background-color: white;
	color: black;
	font-weight: normal;
	border: gray solid 1px;
	padding: 2px;
}
table.stats th {
	background-color: lightgrey;
	color: black;
	font-weight: bold;
	border: gray solid 1px;
	padding: 2px;
}

