HTML:
<div class="foo">firstBar</div><!-- give this one a different style -->
<div class="foo">secondBar</div>
<div class="foo">thirdBar</div>
CSS:
.foo { font-size: 12pt }
Without editing the existing HTML, is it possible to somehow reference the first occurence of the class "foo" and give it a different style?