@-moz-document url-prefix('http://del.icio.us/') {
 
   body {
      font-family: 'Arial' !important;
      font-size: 110% !important;
      color: #666 !important;
   }
 
   a {
      color:#39C !important;
   }
 
   li a:hover, ol a:hover {
      color: #FFF !important;
      background-color: #39C !important;
      text-decoration: none !important;
   }
 
   li.post>div.commands { display: none !important; }
   li.post:hover>div.commands { display: inline !important; }
 
   #header-l {
      background-image: url('http://img64.imageshack.us/img64/2108/deliciousgy4.png') !important;
      background-position: 0px 13px !important;
   }
 
}