<style type="text/css">		.on {
			cursor:hand;
			background-color: FFFFDD;
		}
		.off {
			cursor:hand;
			background-color: e6e6e6;
		}

			a:hover
		{
			color : ff0000;
			text-decoration:none;
		}


		a:active { text-decoration: none }
		a:link { text-decoration: none }
		a:visited { text-decoration: none }
		A {
			font-family: verdana;
			font-size: -1;
			font-weight: medium;
			font-style: none;
			color: 000000;
		}
</STYLE> 