@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://), url-prefix(ftp://), url-prefix(file://), url-prefix(https://), url("about:blank"){

* {
    background-color: #151515  !important;
    background-image: none !important;
    color: #999999 !important;}

a:link, a:active, a:visited {
    color: #FFFFFF !important;}

a:hover {
    color: lightgrey !important;}

}