=== modified file 'sites/default/modules/whizzywig/whizzywig.module'
--- sites/default/modules/whizzywig/whizzywig.module	2009-11-06 21:06:53 +0000
+++ sites/default/modules/whizzywig/whizzywig.module	2009-11-06 21:07:01 +0000
@@ -206,6 +206,7 @@
       buttonPath  = \"$whizzywig_path/library/buttons/\";
       btn._f      = \"$whizzywig_path/library/WhizzywigToolbar.png\";
       imageBrowse = \"".base_path()."whizzywig/image_browse\";
+      cssFile = \"".$whizzywig_path.'/library/styles/'.variable_get("whizzywig_style","whizzywig.css")."\";
       makeWhizzyWig(\"$element_id\", \"$buttons\");
       </script>\n";
       

