body {
	background-color: white;
	margin: 0em 0em 0em 0em;
	color: black;
}


h1 {
	margin: 0.5em 0em 0em 0em;
	padding: 0.1em 0.1em 0.1em 0.5em;
	background-color: transparent;
	border-style: solid;
	border-width: 0em 0em 3px 0em;
	border-color: black;
	color: black;
	text-align: left;
	font-size: 2em;
	clear: both;
}


h2 {
	margin: 1em 3% 1em 10%;
	padding: 2px 0em 0em 3px;
	background-color: transparent;
	border-style: solid;
	border-width: 0em 0em 0px 0em;
	border-color: black;
	color: black;
	text-align: left;
	font-size: 2em;
	clear: both;
}


h3 {
	margin: 2em 5% 1em 15%;
	padding: 2px 0em 0em 3px;
	background-color: transparent;
	border-style: solid;
	border-width: 0em 0em 3px 12px;
	border-color: black;
	color: black;
	text-align: left;
	font-size: 1.5em;
	clear: both;
}



p {
	line-height: 150%;
	margin: 0 7% 0 20%;
	font-size: 1.3em
}



ul {
	line-height: 130%;
	font-size: 1.2em
}


A:link 		{text-decoration: none; font-weight:normal;}
A:visited 	{text-decoration: none; font-weight:normal;}
A:hover 	{text-decoration: underline; color:red;}
small		{color: dimgray; font-size:0.9em;}
strong		{color: crimson; font-size:1.3em;}
em		{color: crimson; font-size:1.3em;}

