probiers mal damit:
...
text_farbe()
{text.style.color = "#BB0000";}
re_text_farbe()
{text.style.color = "#000000";}
...
<p id="text" onMouseover="text_farbe()" onMouseout="re_text_farbe()">blablabla</p>
...
so mach ich das bei mir (weiss aber nicht ob das mit netscape geht...). damit kannst du auch ganz normalen text faerben.