/* Print CSS for the STRONG Family Web Site */
body {
	color: black; background: white;
	font-size: 12pt;
	margin: 0;
	}
#wrapper {
	margin: 0;
	width: auto;
	padding:0;
	border:none;
	}	
#header, #nav, #chapternav{display: none;}
#content{
	border:none;
	margin: 0;
	width: auto;
	padding: 0;
	border:none;
	}
h2,h3,h4,h5,h6 {text-indent:0;}
a:link, a:visited {
	color: #0000FF; background: white;
	font-weight: normal;
	text-decoration: underline;
	}
	


