<STYLE>
		A
		{
			text-decoration: none;
		}
		A:Link
		{
			color: #000000;
			text-decoration: none;
		}
		A:Visited
		{
			text-decoration: none;
		}
		A:Active
		{
			text-decoration: none;
		}
		A:Hover
		{
					text-decoration: underline;
		}
</STYLE>
