body {
	background: white;
	font-size: 12pt;
	}
	
#header {
	display: none;
	}
		
#nav {
	display: none;
	}
	
#content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
	
div#content {
	margin-left: 10%;
	}
	
img { 
	display: none; 
	}

#bottom {
	display: none;
	}
	
#footer {
	display: none;
	}
	
a:link, a:visited {
	color: Navy;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}