<STYLE TYPE="text/css">
a	{
	color: white;
	text-decoration : none;
}
a:link  {
	color: white;
	text-decoration : none;
}
a:visited  {
	color: white;
	text-decoration : none;
}
a:active  {
	color: white;
	text-decoration : none;
}
a:hover  {
	color : #C7FF5E;
	text-decoration : none;
}

</STYLE>