I have some divs:
\"Target\" \"NotMyTarget\" \"NotMyTarget\"<
I think the best you can do (until CSS 3) is override the styles in this case with what you don't want from class A B in A, like this:
A B
A
.A.B { /* Styles */ } .A { /* Reverse any styling you don't want */ }