I've read this : http://support.wordpress.com/code/
There is no mention to style tag support.
BTW, I've tried to put the following plain XHTML but there are problem with comments!. The opening "<!-- [if lte IE 6] -->" is putted but the closing "-->" makes problems, the ">" char is escaped with ">", there is a way to make this code working? Thank you again for your time ;).
<!-- [if lte IE 6] -->
<div id="ie6msg">
<h3><strong>Ma lo sai che stai usando un browser vecchio?</strong></h3>
<p>Per fruire il mio blog nel modo <strong>migliore</strong> ti suggerisco di passare ad un browser
più recente.</p>
<p>Ti <strong>suggerisco</strong> di passare a <a class="getfirefox" href="http://www.mozilla-europe.org/it/firefox/">FireFox</a> o aggiornare <a class="getie" href="http://www.microsoft.com/windows/internet-explorer/default.aspx">Internet Explorer</a>! L'aggiornamente è <strong>gratuito</strong>.</p>
<p>
Se stai usando il tuo PC al lavoro potresti dover contattare il responsabile IT.
-->