/*

Style Sheet for openhistory.org. Send questions or comments to
spackman AT openhistory DOT org

*/

/* Body */

body 	{ 
	width: 96%;
	font-family: "Times New Roman", "Times", serif; 
	margin-right: 2em; 
	margin-left: 2em; 
	font-size: 12pt; 
}

* { 
	color: black !important; 
	background-color: white !important; 
	font-family: "Times New Roman", "Times", serif !important;
}

h2, h3, h4 {
	page-break-after: avoid;
}

p {
	font-family: "Times New Roman", "Times", serif; 
	text-align: justify;
	widows: 3;
	orphans: 3;
}

/*
a:before { content: "_"; } 
a:after { content: "_"; }
*/

#title h1 { font-size: 150%; }

img.right {
	margin: 1em;
	margin-left: 3em;
}

img.left {
	margin: 1em;
	margin-right: 3em;
}

#warning {  
	display: none;
}

p.warning {
	display: none;}

a.warning {
	display: none;
}


#footer { border-width: 0; }
#copyright { border-width: 0; }

