
html, body {
	min-height: 100%;
	font-family: verdana, serif;
	font-size: 10pt;
	min-width: 800px;
	text-align: justify;
}

a {
	color: blue;
	text-decoration: none;
}

em {
	font-style: italic;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	margin: 1em 0px;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	margin: 1em 0px 0px 0px;
}

p {
	margin: .5em 0px;
	text-indent: 1.5em;
}

img {
	margin: 10px;
}

hr {
	margin: 10px 0px 20px 0px;
}

ul {
	padding-left: 2em;
	list-style-type: disk;
	list-style-position: inside;
}

ul li {
	list-style-position: inside;
}