@-moz-document
 /* url-prefix("file:///"), */
 url-prefix("ftp://") {
   html { background-color: #232323 !important; color: #777777 !important }
   body { background-color: #151515 !important; color: #777777 !important }
   
   /* defaults for all links */
   a { font-style: normal }
   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 }
   td { font-style: italic }
}
