BODY {
	color: Black;
	background-color: White;
	font-family: serif;
	font-size: 10pt;

	LINE-HEIGHT: 140%; 
	}


A {
	color: Black;
	text-decoration: underline;
}

h1 {
	font-family: sans-serif;
	font-size: 10pt;
}

h2 {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-style: inherit;
	font-variant: normal;
	font-weight: lighter;

h6 {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-style: inherit;
	font-variant: normal;
	font-weight: lighter;
	left: 8px;
}
p {
	font-family: inherit;
	LINE-HEIGHT: 140%; 
	text-align: left;
	text-decoration: none;
	margin: 5px 5px;
	}
A:HOVER {
	color: #2D3741;
	text-decoration: underline overline;
}

