BODY, TD {
	background: black;
	color : black;
	font-family :  Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	}

H1 {
	font-size: 17pt;
	font-weight: bold;
	color: white;
}

H2 {
	font-size: 17pt;
	font-weight: bold;
	color: white;
}

H3 {
	font-size: 17pt;
	color: white;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	}

A {
	text-decoration: underline;
	color: red;
}

A:Hover {
	text-decoration: underline;
	color: white;
}

HR {
	color: blue;
	height: 1pt;
}
