Setting the EditorBodyStyle = "font:normal 0.7em verdana" works great but the text inside a table is massive! I've tried changing the EditorWysiwygModeCSS = "wbp.css" and placed a wbp.css file in the CuteEditor_Files/styles folder which defines td {font-size:1em;} or even 10em and nothing happens. I don't want the user having to modify the default font size in the editor as this will override my style sheet for the website.
How can I make ALL text appear the same size as the EditorBodyStyle setting?