/*print style sheet hiding screen only nonsense from errata pages*/

body {
	background: #000;
	width: auto; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
}
#container, #content {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}
#header, #intro, .back, #footer, #flashcontent{
display: none !important;
}
/*shows 'corrections for:' text*/ 
h2.errataH{
	display: auto;
}  
.errata dt{
color:#000;
font-weight:bold;
	
}                   

