Ciao,
come posso fare per mettere in grassetto la prima voce (LAKES...)?


<form>
<select onchange="self.location=this.options[this.selectedIndex].value">
<option STYLE="background:red; color:white;" value="null; background:red; color:white">LAKES...</option>
<option value="http://www.lake.it">LAKE</option>
<option value="http://www.lake2.it">LAKE2</option>
<option value="http://www.lake3.it">LAKE3</option>
</select>
</form>

Grazie