BODY {
	background: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
A:VISITED {
	color: Blue;
	text-decoration: none;
	background-color: transparent;
}
A:LINK {
	color: Blue;
	text-decoration: none;
	background-color: transparent;
}
A:HOVER {
	color: Blue;
	text-decoration: underline;
	background-color: transparent;
	background : transparent;
}
H1 {
	font-size : medium;
	font-weight : bold;
	text-align : center;
	text-decoration : none;
}
H2 {
	font-weight : bold;
	text-decoration : none;
	text-align : center;
	font-size : small;
	background-color : Silver;
	color : Black;
}
H3 {
	font-size : small;
	font-weight : bold;
	text-align : center;
	font-style : italic;
}
H4 {
	font-size : small;
	font-weight : bold;
	text-align : left;
	font-style : normal;
	text-decoration : underline;
}
H6 {
	font-size : xx-small;
	font-weight : normal;
	text-align : center;
}

