I realize that if I'm styling a link in CSS, using a parent element with a class name, i.e.:
div.class a { ... }
The hover state of the link is also inheriting this stylesheet, but only if I prescribed a specific class.
How to get around this with no duplicating of :hover stylesheets?