body {
	background: white;
	font-size: 12pt;
}
nav {
	display: none;
}
#wrapper {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	font-family: Georgia, Times, "Times New Roman";
	font-size: 12pt;
}
h1, h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 15pt;
}
img {
	max-width: 100%;
}
aside,
footer .img {
	display: none;
}