What does the following CSS code do?
a:link, a:visited { color: #0000FF; }
Changes the color of active links to blue.
Changes the background color of all links to blue.
Changes the color of visited links to blue.
Changes the color of all links to blue, whether they have been visited or not.