<style>
<!--
A		{ color: teal;
		 text-decoration: none
		}
A:hover 	{ color: navy;
		text-decoration: none;
		}
A.blue		{ color: blue;
		text-decoration: none;
		}
A.blue:hover    { color: blue;
		text-decoration: underline;
		}
A.contents		{ color: white;
		 text-decoration: none
}
A.contents:hover 	{ color: lime;
		text-decoration: none;
}
A.contents:active	{ color:#6AFFFF;
		text-decoration: none;
		font-style: italic;
}
-->
</style>