/* links are not underlined until the cursor hovers over them*/
a:link {
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #005498;
}

a:visited {
	text-decoration: none;
	color: #980000;
}

a:hover {
	text-decoration: underline;
		color: #983430;
}

body {
	color: #000000;
	margin: 0;
}

h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}

h2 {
	color: #983430;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: -10px;
}

h3 {
	color: #005498;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin-left: 10px;
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	margin-right: 10px;
	padding-bottom: 10px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	margin-bottom: 10px;
	list-style-type: square;
	list-style-position: outside;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 30px;
	padding-left: 5px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

td {
	font-size: 9pt;
	padding: px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 10px;
}
