body {
	background: white;
	color: black;
}

a:visited {
	color: blue;
}

td.alias a:visited {
	color: blue;
}

table {
	font-family: arial, sans-serif;
	font-size: 0.75em;
	color: black;
}

table#allied thead {
	background: blue;
	color: white;
	font-weight: bold;
	font-family: Arial;
}

table#axis thead {
	background: red;
	color: white;
	font-weight: bold;
	font-family: Arial;
}

table#info thead, table#extended thead {
	background: #fff4c2;
}

table#info td {
	background: #f0f0f0;
}

table#extended {
	background: white;
	color: black;
}

table tr td {
	text-align: center;
	padding: 0.1em 1em 0.1em 1em;
}

colgroup.ping, colgroup.deaths, colgroup.kills, colgroup.score {
	width: 5em;
}

th.alias, td.alias {
	text-align: left;
}

th {
	padding: 0.1em 1em 0.1em 1em;
}

tr.odd {
	background: #f0f0f0;
	color: black;
}

tr.even {
	background: white;
	color: black;
}

td#author, td#engine {
	font-size: 0.9em;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}
td#engine {
	text-align: left;
}

tr.totals th {
	text-align: right;
	color: white;
	background: black;
}
tr.totals td {
	font-style: italic;
}