BODY, TD {
	background: #000153;
	color: white;
	font-family: arial;
	font-size: 14px;
	text-align: left;
}

H2 {
	font-size: 14pt;
}

H3 {
	font-size: 15pt;
	font-style: italic;
	font-family: sans-serif;
	font-weight: bolder;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}

A {
	color: #B4D86B;
	font-family: arial;
	font-size: 10pt;
	text-decoration: none;
}

A:Hover {
	color: yellow;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

HR {
	height: 2pt;
}

