I would like to have a an element use the same color the browser uses for unvisited links by default. How would I do that?
<div style="color:???">This should have the same color</div>
<a href=".">as this!</a>
Furthermore, it should work in older browsers, too, if possible. JavaScript is possible.