@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(userstyles.org) {

#header-bar {
  background-color: #fff !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px dotted #ccc !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

#navigation a, #navigation a:visited, #navigation .current-page {
  border: 1px solid #fff;
  background-color: #fff !important;
  color: #666 !important;
  padding: 2px 10px 4px 10px;
  text-decoration: none;
  font-weight: normal !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

#navigation .current-page {
  border: none !important;
  background-color: #fff !important;
  color: #0063DC !important;
}

#search-terms {
  color: #666 !important;
  background-color: #fff !important;
  border: 1px solid #aaa !important;
  width: 15em;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

#search input[type="submit"] {
  border: none !important;
  padding: 0 !important;
  background-color: #fff !important;
  color: #666 !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

a:link { color: #0063DC !important; text-decoration: underline !important; }
a:visited { color: #2E67C7 !important; text-decoration: underline !important; }
a:hover { color: #FFFFFF !important; text-decoration: none !important; background: #0063DC !important; }
a:active { color: #FFFFFF !important; text-decoration: none !important; background: #0259C4 !important; }

ul { padding-left: 5px !important; }
li { list-style: none !important; }

h1, h2, h3, h4 { color: #3C3C3C !important; }

#account-link { color: #0063DC !important; }

body { background-image: none !important; }

}