--- bawstats/bawstats.module.old	2009-09-24 18:50:46.000000000 -0400
+++ bawstats/bawstats.module	2009-10-05 17:33:38.000000000 -0400
@@ -62,9 +62,10 @@ function bawstats_perm() {
  *   is called, all modules are already loaded in memory.  Here used to
  *   setup CSS
  */
-
 function bawstats_init() {
-  drupal_add_css(drupal_get_path('module', 'bawstats') .'/includes/bawstats.css');
+  if (user_access('view site statistics') || user_access('statistics admin')) {
+    drupal_add_css(drupal_get_path('module', 'bawstats') .'/includes/bawstats.css');
+  }
 }
 
 /**
