@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("splinder.com") {
  /* General cleanup */
  * {
    background-image:none !important;
    background:#fff !important;
    color:#000 !important;
    font-family:Arial !important;
    text-align:left !important;
    line-height:115% !important;
  }

  body {
    font-size:100% !important;
    color:#000 !important;
    cursor:default !important;
    line-height:115% !important;
  }

  p, div {
    font-size:100% !important;
    line-height:115% !important;
  }

  a, a:hover, a:link {
    color:blue !important;
    cursor:pointer !important;
    text-decoration:underline !important;
  }

  a:visited {
    color:purple !important;
    cursor:pointer !important;
    text-decoration:underline !important;
  }
  font[color] { color:#000 !important; }
  center { text-align:left !important; }

  /* Reduces empty spaces for removed elements */
  *[id], *[class] {
    height:auto !important;
    margin-top:auto !important;
  }

  /* No background music, thanks */
  embed[type="application/x-mplayer2"] {
    display:none !important;
  }

  /* No scrolling texts, please
  This uses code from http://userstyles.org/styles/68 */
  marquee {
    -moz-binding:none !important;
    display:block;
    height:auto !important;
    width:auto !important;
  }

  /* Remove splinder topbar */
    .topbar { display:none !important; }
}