#headerbanner,
#navcontainer
{ 
	display: none;
}
  

#content
 {
	font-size: 12pt;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
   margin-bottom: 0.5em;
	padding: 0em; 
   text-align: left; 
	border: none;
	width: 100%;
}

a:link, a:visited { 
	text-decoration: underline; 
	font-weight: normal;
}

#content a:link:after, 
#content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
	font-family: "Courier New", Courier, monospace;
}