
body {
	font-size: 80%;
	font-family: 'Myriad Pro', Verdana, Arial, Sans-Serif;
	margin: 5em;
}

#footer {
	margin-top: 3em;
	border: none;
}

hr {
	border-top: #b4b2a6 1px solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 1px;
}

a, a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

code {
	font: 90% Courier, Fixed;
}

table {
	border-collapse: collapse;
}

td, th {
	padding: 4px 6px;
	vertical-align: top;
	text-align: left;
	border: #ccc 1px solid;
}

table.first-col-key td:first-child, 
table.first-col-key th:first-child {
	font-weight: bold;
}

table.first-col-number td:first-child, 
table.first-col-number th:first-child {
	text-align: right;	
}

#header {
	display: none;
}