table { border-collapse: collapse; }
th { text-align: left; }
td, th { vertical-align: top; border: 1px solid black; padding: .1cm; }
#title { text-align: right; right: 100%; color: #66f; }
.nav-wrap {
	float: right;
	clear: both;
	margin-bottom: .1em;
	margin-left: 1em;
	background: #99f;
}
.nav-wrap ul {
	list-style-type: none;
	list-style-position: inside;
}
.nav-wrap li { display: inline; margin-right: .3em; margin-bottom: 0; }
.nav-wrap { padding: 1em 0 0 0; }
.nav-wrap, .nav-wrap a { color: white; background: #33f; font-weight: bold; }
.nav-wrap a { margin-right: 1em; }
h1, h2, h3 { margin-bottom: 0; }
h2, h3 { color: white; background-color: #33f; border: 3px double #33f; }
h1 a, h2 a, h3 a { color: white; }
h1 a:hover, h2 a:hover, h3 a:hover { text-decoration: none; }
ul, li { margin-top: 0; }
#footer { font-size: 75%; }
a img { border: 0; }
.goaway { display: none; }
.pre { white-space: pre; font-family: monospace; }
