Theme's CSS file should be loaded
Right now whizzywig isn't really what you see is what you get; the site's styles are not applied, so if for example you color all H1 headings green, this doesn't appear in the editor. To make this work properly, quite a bit of work is needed (perhaps some literal drupal_get_css() output could be passed as a string and written into the iframe's HEAD tag?)
However, a pretty simple fix is to use the whizzywig CSS file that you can define in the settings on the admin page, and stick it in the 'cssFile' JS option for the editor. See the attached patch for a trivial implementation of this.
On my current project, I changed this setting to a relative path back into my theme (../../../themes/mytheme/css/style.css) and use the theme's CSS file. I know it's a nasty hack, but that way I get a "mostly WYSIWYG" output :) (it's acceptable for my uses, for now)
| Attachment | Size |
|---|---|
| whizzywig.module-cssfile.patch | 633 bytes |

#1
This is very nice patch.
Very busy this week, but I will review this patch soon. Thanks.
#2
To solve this issue I will provide option like this:

#3
6.x-1.0-BETA3: Bug fix: including css file