@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: #111111 !important;
    background-image: none !important;
    color: #aaaaaa !important;}

a:link, a:active, a:visited {
    color: #0771A6 !important;}

a:hover {
    color: lightgrey !important;}

}