<!--css-->

<style>
A:ACTIVE, A:LINK, A:VISITED {
	font : Verdana;
	color : White;
	text-decoration : none;
	font-size : -1;
}A:HOVER {
	font : Verdana;
	color : #9999dd;
	text-decoration : underline;
	font-size : -1;
}
</style>


<!--css-->