Looking at this Xml snippet, I'm interested in finding out how one can target the class "down" using css to apply consistent styling to similar code sections. The necessary css references have been correctly included at the beginning of my xml file.
<stock class="down">
<symbol>AAPL</symbol>
<company>Apple Computer, Inc.</company>
<lastSale>$15.26</lastSale>
<netChange>-0.17</netChange>
<pChange>-1.10%</pChange>
<volume>5.548</volume>
</stock>