Code:
<p class="MsoToc"><a class="pcalibre pcalibre1" id="toc">CONTENTS</a></p>
Your example above shows how you can legally nest and 'stack' styles:
MsoToc sets the overall
pcalibre (probably) sets the basic anchor
pcalibre1 (probably) tweaks the previous
If pcalibre1 ONLY is used
with anchors:
Code:
.pcalibre1 {
font-style: italic;
text-decoration: none;
}
would modify the pcaliber class by making these italic AND no text-decoration.
all other anchors (a) are normal
IMHO if you are making ALL usages of pcalibre also with pcalibre1, then pcalibre should be changed... the code is simpler to follow and maintain