BODY, TD {
	font-family : Trebuchet MS, Arial;
	font-size : 10 pt;
	background :  White;
	color :  Black;
}


HR {
	border : thin;
	line-height : normal;
	color : #000099;
}

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

A:Hover {
	text-decoration: underline;
	color: red;
}

H1 {
	color : #000099;
	font-size : large;
	font-weight : bold;
}

H2 {
	color : #330066;
	font-size : medium;
	font-weight : bold;
}

H3 {
	color: #8B008B;
	font-size : small;
	font-weight : bold;
}