/* CSS Document */

<style type="text/css">
<!--
a:link {
	color: white;
}
a:visited {
	color: yellow;
}
a:hover {
	color: white;
	text-decoration:none;
}
a:active {
	color: blue;
}
-->
</style>