#header, #sidebar, #footer {
	display: none;
}

body {
	background: #FFF;
	margin: 0 5%;
	font-size: 11pt;
}

h1, h2, h3 { font-weight: bold; }
h1 { font-size: 14pt; }
h2 { font-size: 13pt; }
h3 { font-size: 12pt; }

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a[href^="/index.html"]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

/*
     