The background should be white.
2 - 30:
#independent {background: green;}
31:
#independent {background: yellow;}
32:
#independent {background: red;}
33 - 123:
#independent {background: blue;}
134:
#independent {background: white;}
This page contains 133 stylesheet links,with the "correct" link at the end.
The style element counts as one link – at least in IE/win, so the style element has to come before stylesheet links in order to preserve this page's basic styles in IE/win. This skewes the link counting by one.