I have a page that uses certain styles that I have defined.
On the same page I just imported an external jQuery plugin that uses its own styles, including, for example, an <a>
tag style that is being overridden by my own.
How do I ensure that the styles in my stylesheet do not override the styles in the stylesheet of the jQuery plugin?