/* Standard Print CSS */
/* JW, 20091020. Initial version */

body {
	font-family: "Times New Roman", serif;
	font-size: 1rem;
	line-height: 1.25rem;
	color: black;
	background: white;
	}
	
h1 {
	font-size: 1.5rem; 
	line-height: 1.5rem;
	text-align: center; 
	}	
	
h3 {
	font-size: 1.25rem;
	line-height: 1.25rem;
	text-align: left; 
	margin: 1em;
	}
	
p {
	text-indent: 1em;
	margin-top: 0.25em;
	}

ol {
	list-style-position: inside;
	list-style: decimal;
	margin: 0 0 0 1.5em;
	}
	
ul {
	list-style-position: inside;
	list-style: circle;
	margin: 0 0 0 1.5em;
	}

img {
		max-width: 100%;
	}

#header {
	display: none;
	}

div#container {
	margin: 2em;
	padding: 0;
	text-align: justify;
	}

a:link, a:visited {
	color: black;
	text-decoration: none;
	}

div#author {
	font-style: italic; 
	text-align: right; 
	}

div#footer {
	font-size: 0.5rem; 
	margin: 1.5em; 
	text-align: left;
	}
/* End of print.css */