@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("fark.com") {

  body, span, background, select, form, td, th, tr, p, dd, dt {
    background:#111515 !important;
    color:#CCCCCC !important;
  }

  div {
    background:none !important;
    color:#CCCCCC !important;
  }


  ol {
    background-color:#253535 !important;
  }

  h1 {
    background:#253535 !important;
    color:#dddddd !important;
  }

  h2  {
    background:#000000 !important;
    color:#dddddd !important;
  }

  h3, h4, h5, h6 {
    background:inherit !important;
    color:#dddddd !important;
  }

  font, p { 
    color:#bbbbbb !important;
  }

  table {
    background:black !important;
  }

  ul {
    background:#223333 !important;
    color:#CCCCCC !important;
  }

  li, code {
    background:inherit !important;
    color:#dddddd !important;
  }

  strong, blockquote {
    background:inherit !important;
    color:#ffffff !important;
  }

  a {color:#FFCC66 !important;}
  a:link {color:#FFCC66 !important; font-weight:bold !important; text-decoration:underline !important; }
  a:visited {color:#FFB720 !important;}
  a:active {color:#ff2424 !important;}
  a:hover {color:red !important;}

  input, input.post {
    color:#000000 !important;
  }

}