body {
   background: white;
   font-size: 12pt;
   }
   
#nav , #sidebar, #footer {
   display: none;
   }
   
h3#respond, h3#comments , ol.commentlist, form#commentform {
	display: none;
	}
   
 #banner h1 {
	background: none;
	text-indent: 0;
	height: auto;
	width: auto;
	font-size: 14pt;
	margin: 0 5% 24pt;
	}
   
#content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
   
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
#content a[href^="http://ami.ncrpc.org"]:after {
   content: """";
   }