Do this by separating the tags with spaces instead of commas. This means that the style is only used when you have the first tag, and nested inside it the second tag, and so on.
For example, to say that emphasized characters inside a <h2> heading should be in green letters, use the following:
| h2 em {color:green} |
Here's an emphasized heading... and here's some normal emphasized text. Notice only the emphasized text in the heading is green. |