The cake goes to this one, found in two different stylesheets for the same page:
.Blue2 {
color:#somebluetint;
}
.blue2 {
color:#someotherbluetint;
}
Which was rendered on a page without a DTD, and so IE7 and 6 proceeded to merge the two declarations as both their quirk-modes make CSS case-insensitive, when in fact it is case sensitive by spec (which is stupid in its own right).
Count the wtfs.
— Flurp.