body
{
	max-width: 40em;
	margin: 25px 40px;
	background-color: #e8c8a0;
	font-family: Georgia, serif;
}

body.gamelist {
	max-width: 53em;
	margin: 25px;
	background-color: #d0a8a0;
	font-family: Arial, sans-serif;
	font-size: 90%;
}

.bg_brick {
	background-color: #a07870;
}

h1, h2 { 
	font-family: Georgia, serif; 
}

li {
	margin-bottom: 0.5em;
}

table.sortable th, table.sortable td {
	border: thin dotted black;
	padding: 3px 5px;
}

table.sortable th {
	background-color: white;
}

table.sortable th a { 		/* in case heading text is a link (click to sort) */
	color: black;
	text-decoration: none;
}

table.sortable th a img {
	border: 0;
}

table.sortable td {
	text-align: right;
}

table.sortable td.left {
	text-align: left;
}

table#games {
	width: 100%;
	border: 1px solid black;
	border-collapse: collapse;
	background-color: #e8c8a0;
	font-size: 95%;
}

#players {
	font-size: 300%;
	line-height: 50%;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 2px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.error {
	color: red;
}
