Edit in JSFiddle

*{color: yellow;}
h1 {color:red;}
em{color:inherit;}
<h1>RED and <em>YELLOW</em></h1>