<style>
<!--
A		{ color: blue;
		 text-decoration: none
}
A:hover 	{ color: navy;
		text-decoration: underline;
}
A.white		{ color: white;
		 text-decoration: none
}
-->
</style>