Forum Moderators: not2easy
If you want an element assigned only to a td with the class PrimaryColor,
td.primaryColor {}
<td class="PrimaryColor">.....
But if you want to repurpose that class for any element of the class "PrimaryColor",
.primaryColor {}
<td class="PrimaryColor">.....
<p class="PrimaryColor">.....
<div class="PrimaryColor">.....
-Works as intended
If the CSS you posted is in error and I've just told you what you already know, is it possible you are rendering in Quirks mode? (I.E., document doesn't validate, or maybe contains other errors?)
Not a web safe color?