CSS has a feature called !important. What it does is force a property to be used, regardless of other properties that are more specific. It can be very handy.
There are many ways to track when a user clicks on a link. It seems simple enough but there is something that people always forget and their code doesn't run. L…