* {
	box-sizing: border-box; 
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
html {
	box-sizing: content-box;
	background:url(paper.jpg);
	background-color: #ddd;
	-font-size: 1.25vw;
	font-size: 10px;
}
body {
	margin: 32px;
	padding: 24px 24px 12px ;
	font-family: 'DejaVu Sans Mono', 'Liberation Mono', Consolas, serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.25;
	text-align: left;
	text-align-last: auto;
	background: #eee;
	color: #333;
	border-radius: 9px;
	border: 1px solid #bbb;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2), -2px -2px 10px rgba(0,0,0,0.2);
}
hr {
	clear: both;
	margin: 8px 0;
	border-bottom: 1px inset #cba;
}
h1 {
	margin: 0 0 16px;
	font: 3.2rem Georgia, serif;
	text-shadow: 3px 3px 6px #876;
}
a,
a:link {
	text-decoration: none;
	color: #08f;
}
a:visited {
	text-decoration: none;
	color: #00c;
}
a:hover, a:active {
	text-decoration: underline;
	color: #e00;
}
h1 a:hover, h1 a:active {
	text-decoration: none;
}
#nav>*{
	font: 1.5rem/1.3 "Courier New", Courier;
	color: #777;
}
#nav pre {
	padding-bottom: 3px;
}
#nav tr,
#nav pre {
}
footer, #nav th,
#nav td {
	padding: 0 15px;
}
#nav th[colspan] {
	padding: 0;
}
#nav th[valign],
#nav td[valign] {
	display: none;
}
#nav  {
	-margin: 3px 0;
}
#nav img {
	display: inline;
}
footer {
	font-size: 1.1rem;
	text-align: left;
	color: #999;
}
/*
pre {
	font: 1.6rem/2.0rem "Courier New", Courier;
	font: 1.8rem/2.0rem "Courier New", Courier;
}
#nav th {
	font-size: 1.2rem;
	padding: 0 0 0 30px;
}
#nav th+th,
#nav td+td {
	-padding-left: 15px;
}
	text-align: center;
	margin: 20px 0 0 0;
*/