What is the correct order for listing different link states in a website so those states display correctly on the page?
:active :focus :hover :link :visited
:link :visited :focus :hover :active
a a:hover
:link :visited :hover :active :focus