The font display isn’t working well here for IE9. The text is bolder than in FireFox or Chrome.
I figured this out. The default body font tag uses
font: 15px “Helvetica Neue”, Helvetica, Arial, sans-serif;
(must have been put together on a Mac)
When I changed this to font: 15px Arial, sans-serif; the problem is resolved.