#section-header,
#section-footer {
	display: none;
}

body {
	background: white; 
	font-size: 12pt; 
}
	
#section-content { 
	width: auto; margin: 0 5%; 
	padding: 0; 
	border: 0; 
	float: none !important; 
	color: black; 
	background: transparent; 
}


h1 {
	font-size: 24pt;
}


h2 {
	font-size: 18pt;
}


p a:after {
	content: " (" attr(href) ")";
	font-size: 90%;
}