Change graphical settings of "statOn" box in Roofi

I’d like to change the color and the font of the parameters I get in the statistics box created with “statOn” and “paramOn” in RooFit.
Is this possible and how?

thanks, Peter.

try:

   gPad->Update();
   TPaveStats *ps = (TPaveStats*)h->GetListOfFunctions()->FindObject("stats");   
   ps->SetTextColor(kRed);