@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("leo.org") {

html, table.maxwidth {
  background: #111 !important;
  color: #ddd !important;
}

.border, table[border="1"], tr {
  border: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}

#results td, .active, .inactive {
  border: 1px solid #777 !important;
}

tr[bgcolor="#fff8cc"], td.searchform, th{
  background: #333 !important;
  border: 1px solid #777 !important;
}

.active {
  background-color: #333 !important;
  background-image: none !important;
}

a {
  color: #fb2 !important;
}

a:visited {
  color: #ea1 !important;
}

img[src="/sd.gif"], img[src="/leo.gif"] {
  display: none !important;
}

}