次の属性を持つ入力変数テキストがあります。
<input type="text" style="font-style: italic; color:#808080; font-size: 16px; width: 510px;" id="categ" value="default" name="categ" onfocus="this.value = ''; this.style.color='black'; this.font_weight='normal'">
書式設定スタイルをオンフォーカスでクリアしたい。色とテキストはクリアされますが、斜体のウェイトはクリアされません。font-weight と font.weight も試しました