@import "page.css";

body, html {
  background-color: white;
}

acronym, abbr {
  border: 0px;
}

a {
  color: black !important;
  text-decoration: none;
}

p a:after {
  content: "(" attr(href) ")";
}

p abbr:after, p acronym:after {
  content: "(" attr(title) ")";
}

#navbar, #tabs {
  display: none;
}

#printable {
  display: none;
}

.path {
  margin-top: .5em;
  margin-left: 0;
  padding-left: 0;
}
#bottom-path {
  display: none;
}
div.cf {
  margin-left: 0em;
}
div.content {
  background: white;
  padding: 0em !important;
  margin-left: 0em;
}

#projectlogo {
  float: left;
  padding-bottom: 2em;
}

#search {
  display: none;
}

#toplinks {
  display: none;
}

#footer {
  padding-top: 0.5em;
  background: white;
}

#footer a {
  text-decoration: none;
}

#validation {
  display: none;
}
