h1 {
	text-align: center;
	color:#333;
	font-size: 1.5em;
}

h2 {
	color:#333;
	font-size: 1.25em;
	margin-top: 1.25em;
	margin-bottom: 0.75em;
	page-break-after: avoid;  /* Safari 3.2.1 ignores */
}

h3 {
	font-size: 1em;
	color:#333;
}

p {
	text-align: justify;
}

p.copyright {
	font-size: small;
}

a {
	color: #000000;  /* Black */
	text-decoration: none;
}

body {
	font-family: Times New Roman, serif;
	font-size: 12pt;
	margin: 1cm;
}

#footer {
	border-top: 1px solid #999;
	text-align: center;  /* Why doesnŐt this centre? */
}

#footer p {
	color: #666;
}

#hnav {
	display: none;
}

#main a:link:after, #main a:visited:after {
	content: " <" attr(href) ">";	/* Cool.  Thanks to <http://www.alistapart.com/articles/goingtoprint/> */
}

#sidebar {
	display: none;
}
