H6  {
	font-size : 110%;
	font-family : Futura, Helvetica, Arial;
	font-weight : bold;
	font-style : normal;
	font-color : #E68A00;
}

A  {
	font-family : Arial;
	color : Blue;
	text-decoration : underline;
}

A:Visited  {
	font-family : Arial;
	color : Navy;
	text-decoration : underline;
	font-style : normal;
}

A:Active  {
	font-family : Arial;
	color : Red;
	text-decoration : underline;
}

A:Hover  {
	color : Teal;
	font-family : Arial;
}

