#relativismcoversheet, #atheismcoversheet, #irrelevantcoversheet, #womencoversheet, #slaverycoversheet, #judgmentcoversheet, #davincicoversheet, #churchstatecoversheet { display: none; }
/* {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 6000px;
	width: 100%;
	background-color: #0000cc;
	color: white;
} */
a:link { 
	color: white; 
	text-decoration: none;
	white-space: nowrap;
}
a:visited { 
	color: white; 
	text-decoration: none;
	white-space: nowrap;
}
a:hover { 
	color: white; 
	text-decoration: underline;
	white-space: nowrap;
}		
a:active { 
	color: white; 
	text-decoration: underline;
	white-space: nowrap;
}		
body {
	background-image: url("../brightsky.jpg");
	font-family: arial;
}	
div#upnav {
	background-color: #0000cc;
	color: white;
	height: 80px; /*10%; */
	padding: 15px;
	margin: 50px, 100px, 0px, 100px;	
}
div#content {
	background-color: white;
	padding: 25px;
	/*height: 70%;
	overflow: scroll;*/
	border: 1px solid black;
	margin: 0px, 100px, 50px, 100px;
}
#relativismshowprint, #atheismshowprint, #irrelevantshowprint, #womenshowprint, #slaveryshowprint, #judgmentshowprint, #davincishowprint, #churchstateshowprint {
	display: none; 
}
@media screen {
	div#content { height: 70%; overflow: scroll; }
}
@media print {
	body {
		background-image: none;
	}
	div#upnav img { 
		border: 1px solid black; 
	}
/*	#relativismhideprint, #atheismhideprint, #irrelevanthideprint, #womenhideprint, #slaveryhideprint, #judgmenthideprint, #davincihideprint, #churchstatehideprint {
		display: none;
	}
	#relativismshowprint, #atheismshowprint, #irrelevantshowprint, #womenshowprint, #slaveryshowprint, #judgmentshowprint, #davincishowprint, #churchstateshowprint {
		display: block;
	}*/
	h1 {
		display: block;
	} 
	div#content {
		/*height: 1050px;*/
		border: 0px solid white;
		/*overflow: hidden;*/
	}
}	