i used this Code, works fine in Firefox, but in IE unvisited links are default blue and visited links are purple? please help,not whats the deal
a:link {
text-decoration:none; color:transparent; }
a:visited {
text-decoration: none; color:transparent; }