<html>
<head>
<style type="text/css">
.resultsTable th {
	text-align: center;
	font-weight: bold
}

.resultsTable td:first-child {
	padding-left: 2;
	text-align: left;
	font-family: monospace;
	font-weight: bold;
}
.resultsTable td:first-child + td {
	padding-left: 2;
	text-align: left;
	font-family: monospace;
	font-weight: bold;
}
.resultsTable td {
	padding-left:20;
	text-align: right;
	font-family: monospace;
}
.resultsTable tr:nth-child(odd) {
	background: #DDD;
}
</style>
</head>

<body>
