@namespace url(http://www.w3.org/1999/xhtml);


@-moz-document url-prefix(http://www.geocities.com/hollandwi/) {
body {
background-color: white !important;
color: black !important
}
font {
color: black !important;
}
a:link {
color: darkgreen !important;
}
a:visited {
color: purple !important;
}

}
@-moz-document domain("www.kcssonline.org") {
body {background: rgb(100,0,100) !important; background-image: none; background-color: white;}
}
@-moz-document url("http://www.kcssonline.org/schoolstore.htm") {
body {background-color: white !important;}
}
@-moz-document url("http://kcssonline.org/schoolstore.htm") {
body {background-color: white !important;}
}
@-moz-document url("http://www.kcssonline.org/hours.htm") {
body {background-color: white !important;}
}
@-moz-document url("http://kcssonline.org/hours.htm") {
body {background-color: white !important;}
}

@-moz-document prefix("http://kcssonline.org") {
body {background: rgb(100,0,100) !important; background-image: none; background-color: white;}
}