<div class="red">
This should be red.
</div>
<div>
This should be orange.
</div>
<div id="style-sheet-modern">
<div class="etc">This should be black</div>
<div class="etc2">This has no styles applied to it's class, only to the id with the wildcard, so it should be blue.</div>
<div class="anotherclass">Same Here.</div>
<div id="red">
This should not be red.
</div>
</div>