Danjal: link soll nach besuch nicht markiert werden

Beitrag lesen

Hallo!!

Ich habe in eine Homepage ein Stylesheet eingebaut.

So siehts aus:<style type="text/css">
<!--
body { color: rgb(204, 204, 204); background: rgb(0, 0, 102); }
body { font-family: verdana, serif, Arial, Times; }
body { margin-left: 10%; margin-right: 10%; }

h1 { font size: 150%; }
h2 { font size: 120%; }
h3 { font size: 100%; }
h4 { font size: 80%; }
h5 { font size: 40%; }

:link { color: rgb(204, 204, 204); }
:hover { color: rgb(255, 255, 0); }
:active { color: blue; }
-->
</style>

Nun habe ich folgendes Problem: Ich will nicht das ein bereits besuchter link als besucht markiert wird. IE Explorer tut das aber trotzdem warum??

Danke für eure Hilfe

Danjal