TextArea styles

if iwant to change color of TextArea text,
i write

textArea.setStyle(“color”,“red”);

when i want to change the color again, i write ,

textArea.setStyle(“color”,“black”);

it does’nt work!!
even the fonts cant be changed.
can any1 help me out.
Thanx.