ho assegnato al td questo stile:
codice:
td {
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#414647;
}
poi ho fatto:
codice:
.12bianco {
	font-size:12px;
	color: #FFFFFF;
	font-weight: bold;
}
Ora se faccio:
<td height="25" class="12bianco" bgcolor="#FF0000">CALENDARIO </td>

con IE vedo il testo bianco in grassetto, mentre con firefox ignora completamtne lo stile 12bianco.

Come mai?

Si puo' risolvere?