
function OnClientLoad(editor)
{
   var style = editor.GetContentArea().style;
   style.backgroundColor = "white";
   style.color= "black";
   style.fontFamily= "Arial";
   style.fontSize= "15";
}

