/* hide elements */
#header,
.nav,
#content_left,
#content_right,
#footer_img_left,
#footer_img_right,
#footer_nav,
.noprint,
#listings_container .button,
.buttons-row
{
  display: none;
}

/* change some elements to black text */
dl.listing-details dt,
h1, h2, h3
{
  color: #000 !important;
}

a
{
  color: #000 !important;
  text-decoration: underline;
}