html, button, input, select, textarea {
	font-family: sans-serif;
}
body {
	margin: 40px auto;
	max-width: 768px;
	line-height: 1.6;
	font-size: 18px;
	color: #444;
	padding: 0 10px;
	font-family: monospace;
}
h1, h2, h3 {
	line-height:1.2
}

::-moz-selection { background: #000000; color: #ffffff; text-shadow: none; }

::selection { background: #000000; color: #ffffff; text-shadow: none; }

header .logo { display: block; text-decoration: none; }
header .logo .name { color: #000000; font-size: 44px; line-height: 90%; }
header .logo .tagline { color: #000000; font-size: 12px; line-height: 100%; text-transform: uppercase; }

a {
	color: #000000;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th, td {
	padding: 8px;
}

#stats th, #stats td {
	border: 1px solid #ddd;
}

th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
}
