I helped someone at Infopop community with this exact problem....
Their stylesheet had things like:
color:ff00ff ;
and I changed to:
color: #ff00ff;
(Added the # sign and removed the space before the ; and it worked fine)
You might check that. Netscape seems particularly fussy.
