I don\'t want to use styles from style.css, so I decided to remove style.css from DOM. This work just fine in Firefox and IE8, but not in IE6:
$(\"LINK[href=
Topic's quite old, but You can only add ID to your link element, and delete it by element:
$("#id").remove();