What does the following CSS rule do?
a:hover { text-decoration: none; }
Changes link color on hover
Removes underline from a link on hover
Applies animation to a link on hover
Adds underline to a link on hover