Page is a not externally linkable
joshie76 - 4:02 pm on Oct 30, 2001 (gmt 0)
:link { color:#000099 } becomes A:link { color:#000099 }
also try being more explicit with you standard link selectors in your CSS
:visited { color:#000099 }
:active { color:#000099 }
:hover { color:#FF0000 }
A:visited { color:#000099 }
A:active { color:#000099 }
A:hover { color:#FF0000 }