The following code placed in the "<style>" tag works for highlighting a link on a mouse over(in Internet Explorer). Can it be modified to work in Netscape???? <br><br>A{ text-decoration: none; }<br>A:active {text-decoration: none; color: "#000080"}<br>A:hover {text-decoration: underline; color: "#ff0000"}<br>