How do you apply a specific style to a link that has been visited?
a:link { color: red; }
a:active { color: red; }
a:hover { color: red; }
a:visited { color: red; }