Hi, I think the question is simple:
Code:
<style>
 p.R = {color: red}
 p.U = {font-deco: underline}
</style>

...

<p class=R class=U> red & underline text wanted </p>
IE takes only the first class. How to specify, or how to write style, which will be the summary of all particular styles?