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