html {
	font-family: sans-serif;
	background-color: white;
	color: black;
	line-height: 1.5;
}
a, a:visited {
	color: blue;
	text-decoration: underline;
}
h1, h2, h3 {
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: blue;
	color: white;
	border: 2px solid black;
}
h2 {
	page-break-before: always;
}
::selection {
	color: white;
	background-color: red;
}
#footer {
	margin-top: 50px;
	text-align: center;
}
#outer {
	max-width: 100%;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.center {
	text-align: center;
}
#nooskewl {
	height: 128px;
}
pre {
	font-size: 110%;
}
