#hide {
display: none;
}
.ahem {
	display:	none;
	}

body {
   background: white;
   font-size: 12pt;
   }
#navigation, .box, #footer, #searchbar, #subcontent, #header {
   display: none;
   }
div#content
 {
   margin: .3in;
   color:#000;
   }
#content h2, h3 {
display:block;
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#000;
background-color:inherit;
}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
.ital {
font-style: italic;
}

.bold {
font-weight: bold;
}