We want to fix the text color of a combobox with a css stylesheet but it do not works

QComboBox{font-family:Italic;font-size:52px;font-color:white;background:#fff; border-color:#a1c60e;border-width:4px;border-style:solid;border-radius:8px 8px 8px 8px;}

The text appears in black ...

Thanks in advance

Sergio