BODY, TD {
	background: #99CCFF;
	color : navy;
	font-family : Arial;
	font-size: small;
	text-align: left;
}

H1 {
	font-size: 14pt;
	color: red;
}

H2 {
	font-size: 12pt;
	color: Blue;
}

H3 {
	font-size: xx-small;
	font-variant: normal;
	font-weight: bold;
	color : Blue;
}

A {
	text-decoration: none;
	color: Blue;
}

A:Hover {
	text-decoration: none;
	color: #99CCFF;
	background : Blue;
}

HR {
	color: blue;
	height: 1pt;
}
