Which choice uses the correct syntax for adding a hover pseudo class to <a> element?
a hover {...}
a.hover {...}
a :hover {...}
a:hover {...}