/* @override http://www.hoboes.com/library/css/character.css */
h1 {
	font-size: 100%;
}
h2, h2+p {
	text-align: center;
}
h2+p {
	margin-top: .5em;
}

@media print {
	div#links {
		display: none;
	}

	div.copyright {
		display: none;
	}
	div#footer {
		border: none;
	}

}
