my text is getting jagged in IE when i use the pulsate effect.

my text is getting jagged in IE when i use the pulsate effect.


my text is getting jagged in IE when i use the pulsate effect.It seems
to be an issue when i use a bold font. When i set the font-weight to
normal it looks fine. Font-size doesn't seem to be an issue. Anything
i can do besides not use a bold font?
<code>
$("#savepulse").click(function() {
$("#artsave").effect("pulsate", {
times: 1
},
600);
return false;
});
</code>