0 / 60 seg.

If you have the following CSS code, what color will the links be after they are clicked?

a:link { color: red; }
a:visited { color: green; }
a:active { color: blue; }