@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("knowledgenetworks.com") {

* {
  background-color: white !important;
  color: black; /* not '!important' because some fonts are supposed to be a different color */
}

}