html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 1em;
}


#page {
	max-width: 960px;
	margin: 0 auto;
}

#header, #footer {
	text-align: center;
}

.small {
	font-size: 80%;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th, td {
	text-align: left;
	border: 1px solid #ddd;
	padding: 8px
}

th {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #4c50af;
	color: white;
}

tr:nth-child(even) { background-color: #f2f2f2; }

pre {
	background-color: #eee;
	padding: 0.5em 1em;
	border-left: 2px solid #888;
	overflow: scroll;
	font-size: 12px;
}

code, tt {
	font-family: monospace;
}

a, a:visited, a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #558;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #99c;
	border-bottom: 1px dotted #111;
}

h1 {
	color: #5c6366;
}

h2, h3, h4, h5, h6 {
	color: #8F9699;
}
