@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("seds.org") {
body { 
background-color: black ! important;
color: darkred ! important;
}
a:link {
color: darkorange ! important;
}
a:visited {
color: crimson ! important;
}
}