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