html {
	width: 100%;
	background-color: white; 
	margin: 0px;
	padding: 0px;
}

p, ul, ol, a, a:link, a:hover, a:visited, h4{
	font-size: x-large;
} 

p {
	margin: 0.5em 1em 1.2em 1em;
}

.smaller {
	font-size: large;
}
	
h1, h2, h3 {
	margin: 0.25e, 0.5em 0 0.5em;
	font-size: xx-large;
	page-break-after:avoid;
}

h2, h3 {
	font-size: xx-large;
}

ul, ol	{
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 2em;
	}

li {
	margin-bottom: 0.5em;
}

table {
	page-break-inside:avoid;
}
	
body {
	background-color: white; 
	width: 95%;
	max-width: 55em;
	border: none;
	margin: 0em auto;
	padding: 0em;
}

.print-hide {
	display: none;
}