* {
	border:0;
	border-spacing:0;
	border-collapse:collapse;
	padding:0;
	margin:0;
	text-indent:0;
	color:inherit;
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}

html {
	background:#303030;
	color:#fff;
	font-family:monospace;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	cursor:text;
	text-shadow:#000 1px 1px 1px;
}

body {
	width:70em;
	margin:0 auto;
}

h1 {
	text-align:center;
}

h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin-top:1em;
}

h2 {
	text-transform:uppercase;
}

h3, h4, h5, h6 {
	margin-left:3em;
}

address, p, table {
	margin:1em 4em 1em 7em;
}

h2 + *, h3 + *, h4 + *, h5 + *, h6 + * {
	margin-top:0;
}

thead {
	border-bottom:1px dashed #fff;
}

thead tr:last-child th, thead tr:last-child td {
	padding-bottom:0.5em;
}

tbody tr:first-child th, tbody tr:first-child td {
	padding-top:0.5em;
}

a {
	text-decoration:underline;
}

abbr {
	cursor:help;
	font-weight:bold;
}

th {
	white-space:nowrap;
	text-align:left;
	padding-left:3em;
}

td {
	padding-left:3em;
}

th:first-child, td:first-child {
	padding-left:0;
}

#eof {
	text-align:center;
}
