/*

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

*/

/* Body */

body 	{ 
	font-family: "Times New Roman", "Times", serif; 
	margin-right: 1em; 
	margin-left: 1em; 
	font-size: 14pt;
}

* { 
	color: black !important; 
	background-color: white !important; 
}

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

p {
	text-align: justify;
	widows: 3;
	orphans: 3;
}

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

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

#sidebar { display: none; }

#content {width: 96%; }

#new_news { border-width: 0; }
#old_news { border-width: 0; }

#content { border-width: 0; }
#update_info { border-width: 0; }
#footer { border-width: 0; }

