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