Testing Statement #3 Below of Section 2.1 of CSS1 Spec

PASS CRITERIA:

If statement #3 above is passed, then this link should be red if unvisited, this link should be blue if visited, and this link should be green if active. Visited "a" elements may become unvisited "a" elements, or not. All other properties are UA-default. The pseudo-classes applied above are, respectively, "A:link {color: red}", "A:visited {color: blue}", and "A:active {color: green}". NOTE: also applies to "a" elements below. Your browser should render this page similarly to this reference image or to thisreference image. To move directly to the next test, click here