<!--
BODY, TD {
	background: navy;
	color : white;
	font-family :  Verdana, Arial, Sans-Serif, Helvetica;
	font-size: 14px;
}

H2 {
	font-size: 14pt;
	color: #FFFFFF;
}

H3 {
    font-size: 12pt;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	text-align: center;
	}

A {
	text-decoration: none;
	color: aqua;
}

A:Hover {
	text-decoration: underline;
	color: #32CD32;
}

HR {
	color: blue;
	height: 1pt;
}
-->
