BODY {
	background: #FFFFFF;
	color : #000000;
	font-family :  Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}

H1 {
	font-size: 16pt;
	color: #000000;
}

H2 {
	font-size: 14pt;
	color: #D1680A;
}

A {
	text-decoration: none;
	color: navy;
	/* font-weight: bold; */
}

A:Hover {
	text-decoration: underline;
	color: #D1680A;
}

HR {
	color: blue;
	height: 1pt;
}

DIV {
	width: 700px;
}
