I need to set the a:visited CSS to whatever color the normal a is set to.
What I want to be able to tell the browser is, for the visited links, use the same
a:link, a:visited {color: inherit;} a:hover, a:focus {color:inherit;}