ecklvo: IE/Mac zeigt heading bold an trotz Untersagung

Beitrag lesen

Hallo zusammen!
Wieder einmal eine Frage an die IE/Mac-CSS-Spezialisten.
Ich habe ein <h1>, dem ich via CSS font-weight:normal zugewiesen habe, allerdings mit dem font shortcut. Das ganze ist XHTML.
Seht selbst:

<h1 style="margin-top:280px; margin-left:80px;"><span class="h1">das </span>Dasein</h1>

h1 {
 background: transparent; color: #000; font: normal 60px 'Courier New',Courier,monospace; margin: 0; padding: 0; text-align:left;
}

span.h1 {
 font: normal 13px 'Courier New',Courier,monospace;
}

Nun zeigt mir mein Liebling IE5/Mac (ich hatte nur eine 5.1 Version unter OS 9 zur Verfügung) die Schrift fett an.
Weiß jemand Abhilfe?

Danke, e.