<!-- <style TYPE="text/css"> -->	A:link	{ color: navy;text-decoration: none }       /* unvisited link */	A:visited	{ color: green;text-decoration: none }   /* visited links */	A:active	{ color: blue;text-decoration: none }    /* active links */	A:hover {color: red; font-weight: bold; font-style: normal}	A.fprolloverstyle:hover {color: red; font-weight: bold; font-style: normal}<!-- </style -->