BODY, TD {
	background: Silver;
	color: Black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

H1 {
	background: Red;
	font-size: 12pt;
	color: Gray;
	text-align: center;
}

H2 {
	background: Black;
	font-size: 10pt;
	color: Gray;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}

H3 {
	font-size: 13pt;
	color: #7FFFD4;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	}

ul {
	font-size: x-small;
	font-variant: normal;
	font-weight: bold;
	color: Black;
}

A {
	text-decoration: underline;
	font-weight: bold;
	color: Blue;
}

A:Hover {
	text-decoration: underline;
	font-weight: bold;
	color: Red;
}

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

