body
{
	background:gray;
}
#historical
{
	border-collapse:collapse;
	font-family:verdana,helvetica,arial,sans-serif;
	background:#CCC;
	margin-left:auto;margin-right:auto;
	text-align:left;
}
#historical td
{
	padding:1px 5px;
	border: 1px solid black;
}
.win td
{
	color:red;
}
.normal td
{
	color:black;
}
#historical .score
{
	text-align:right;
	font-family:monospace;
	font-size:1.1em;
}
#historical .date
{
	text-align:right;
	font-family:monospace;
	font-size:1.1em;
}

