@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://), url-prefix(ftp://), url-prefix(file://), url-prefix(https://) {
  * {
    color: silver !important;
    background: none !important;
    background-color: black !important;
    font-family: monospace, "Lucida Console", "Courier New" !important;
    -moz-opacity: 1 !important;
  }
  a:link, a:visited, a:hover, a:active, li {
    font-weight: normal !important;
    text-decoration: none !important;
  }
  a:link {
    color: yellow !important;
  }
  a:visited {
    color: olive !important;
  } 
  a:hover {
    color: lime !important;
  }
  a:active {
    color: green !important;
  }
  input, select, button, textarea {
    background: silver !important;
    /* border: 1px solid white !important; */
    color: gray !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;
  }
  pre, code, tt, samp {
    color: aqua !important;
  }
  var {
    color: blue !important;
  }
  kbd {
    color: teal !important;
  }
  b, strong, i, em, big, h1, h2, h3, h4, h5, h6, h7 {
    color: white !important;
  }
  s, strike, del, ins {
    color: red !important;
  }
  q, blockquote, blockquote div, blockquote p {
    color: fuchsia !important;
  }
  span, cite, abbr, acronym, address, sub, small {
    color: gray !important;
  }
}