Mac IE5 A:hover?

Here is the code (sans head and closing body so this doesn't get sent as
HTML email) which is causing a "glitch" on Mac IE5.
What's happening is that the text "Privacy Policy" does change to red
when you mouseover it... but it also changes to red halfway through the
page at the same horizontal level as the "Privacy Policy" text.
Is it my code or is it a Mac IE5 problem?

Joe.

<STYLE TYPE="text/css">
<!--
A:hover {color: red;}
-->
</STYLE>
</HEAD>

<BODY>

<TABLE BORDER="0" CELLPADDING="10" CELLSPACING="0"
WIDTH="100%"><!--COPYRIGHT & PRIVACY NOTICE-->
<TR>
<TD WIDTH="50%"><FONT SIZE="1" FACE="geneva, arial, helvetica"
COLOR="#999999">&copy; 2000. All Rights Reserved.</TD>
<TD ALIGN="right" WIDTH="50%"><FONT SIZE="1" FACE="geneva, arial,
helvetica"><A HREF="#" onMouseOver="window.status='Privacy Policy';
return true" onMouseOut="window.status=''; return true">Privacy Policy</A></FONT></TD>
</TR>
</TABLE><!--/COPYRIGHT & PRIVACY NOTICE-->

Received on Tuesday, 28 March 2000 17:20:01 UTC