@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://), url-prefix(ftp://), url-prefix(file://), url-prefix(https://), url-prefix(zotero://), url("about:blank") {

* { color: white !important; background-color: black !important }
a:link { color: yellow !important }
a:visited { color: #880 !important } 
a:hover { color: yellow !important }
a:active { color: yellow !important }

input[type=button], input[type=submit], input[type=reset]  { background-color: ButtonFace !important; color: ButtonText !important; border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight !important }
input[type=text], input[type=password], input[type=file] { background-color: Window !important; color: WindowText !important }

}