<style type="text/css">
<!--
a {
}

a:hover {
	text-decoration:underline;
	color:red;
}

a.white_link {
	text-decoration:underline;
	color:white;
}

a.white_link:hover {
	text-decoration:underline;
	color:yellow;
}
-->
</style>
