Is it possible to have a CSS rule which basically \"undoes\" a prior rule?
An example:
some text more text ot
Use this to make sure the inherit overrides whatever else might have been setting the color:
blockquote em { color: inherit !important; }