@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://), url-prefix(https://){
img {
   display: none !important;
   color:black !important;
   border-color: black !important;
}

html, font, h4, h3, h2, h1, i, b, a, span, table, td, tr, p, body, div, optgroup, select, form, text, submit, input {
   background: white none !important;
   color:black !important;
   border-color: black !important;
}
}
