What is the correct order to apply link selectors in your stylesheet?
a:active, a:visited, a:hover, a:link
a:active
a:visited
a:hover
a:link
a:link, a:visited, a:hover, a:active
a:hover, a:link, a:visited, a:active
a:visited, a:link, a:active, a:hover