I have the Choices theme, and I can change a regular span of text to another color, but when I make the text BOLD it doesn't work, but reverts to the generic color for the page.
Here's the code, which should show up as a span of green, but it's appearing grey...
<p><span style="color: #008000;">
<strong>testing the color</strong></span></p>














