@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document
 domain("freebsd.org"),
 domain('lists.freebsd.org')
{
   html, body, tbody, tr, td, div { background-color: #232323 !important; color: #777777 !important }
   pre {
      display: block !important ; 
      background-color: #333333 !important ;
      border: #777777 solid 0.1em !important ;
      color: #999999 !important ;
      font-family: "courier" !important ;
      margin:  1em 2em 2em 1.3em !important ;
      overflow: auto !important ;
      padding: 0.5em 2em 1em 1em !important ;
      text-align: left !important ;
      white-space: pre !important ;
      font-family: "courier" !important ;
   }

   /* defaults for all links */
   a:link, a:visited { color: #999999 !important } 
   a:active { font-weight: bold !important }
   a:hover { color: #007700 !important }
   h1, h2, h3, h4, h5 { color: #007700 !important }

   div#MENU ul li ul { background-color: #323232 !important }
   div#MENU ul li ul li:hover,
   div#MENU ul li ul li:hover a { background-color: #232323 !important ; color: #007700 !important ; }
   div.EXAMPLE p b, .QUESTION, div.TABLE p b, div.PROCEDURE p b { color: #007700 !important }
   div#containerwrap, div#CONTAINERWRAP, div#FRONTNEMSCONTAINER { background-color: #232323 !important }
   div#SIDENAV, div#SIDENAV ul li { color: #999999 !important; border-width: 0 !important ; background-color: #232323 !important; color: #777777 !important }
   div.NOTE { background-color: #333333 !important; border: 1px solid yellow !important }
   blockquote { color: #777777 !important ; background-color: #333333 !important ; border-width: 0 !important }
   #SEARCHNAVLIST li, #searchnavlist li { color: #777777 !important }
   li a { color: #333333 !important ; font-weight: normal !important ; text-decoration: none !important }
   table, tr, td { border-color: #777777 !important } 
   a:hover, tbody.tblbasic, ul.editbar, li.wikilink { background-color: #232323 !important }
   li.current { background-color: #444444 !important }
   pre { background-color: #333333 !important; }
   pre b { color: #999999 !important; }
   pre i { color: #777777 !important; }

}

