[CSS] Background-color

I have this code in my CSS:

a:hover {text-decoration: underline;color: white;**background-color: #4A7BBE**}

And that works, and it’s applied to all links in my HTML, as it should. But how would I apply a different background-color to individual links (on the hover)?