H1 {
	font-family : "Times New Roman", Times, serif;
	font-size : large;
	border : medium solid Green;
	letter-spacing : normal;
}

H2  {
	font-family : "Times New Roman", Times, serif;
	font-size : medium;
}

BODY, TD {
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
	color : Black;
	background : White;
}

H6 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	font-style : italic;
}

A {
	text-decoration: none;
	color: Blue;
}

A:VISITED {
	color : Green;
	text-decoration : underline;
}

A:Hover {
	text-decoration: underline;
	color: red;
}


