body {
   background: white;
   font-size: 12pt;
   width:auto !important;
margin: 0px;
padding: 0px;
   }

#wrap, #section, td#section_body{
   width:auto !important;
   margin:  0px;
   padding:  0px;
}

#content {
   width:auto !important;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}


#categories, #sidebar, #header, .noprint, .print_page{
 display: none;
}

.entry{
	margin: 0px;
}



.entrybody{
   width:auto !important;
  font-family: "Times New Roman", Times, serif;
  font-size:  12pt;
  line-height: 14pt; 
}

.introbody{
   width:auto !important;
  font-family: "Times New Roman", Times, serif;
  font-size:  12pt;
  line-height: 14pt;
}
td#section_body{
  width: 100%;
}


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^="/"]:after {
   content: " (http://www.nccsc.net" attr(href) ") ";
   }