The CSS you (both) use does not work in Netsacpe.. in regards to link and visited link colours.
Sy,
your site has the link colours set in the body tag as
BLACK - #000000
but the CSS is trying to call it
PALE ORANGE - #F8B050
Netscape is taking the colurs from the body tag and calling every link black
Maggie,
Your site has no colours set in the body tag so Netsacpe uses the default colours, which are often blue.. giving your site links that are blue on a blue background..
Again the colours used in your CSS
color:"white"
do not work in Netscape.
I AM NOT a CSS expert.. but you may want to try
Sy - color:#FFFFFF; instead of color:"FFFFFF"
Maggie - color:white; instead of color:"white"
HTH
DD