/*

Print.css
*/
* { background: #fff; }
body { font-family: Arial, sans-serif; color: black; }
blockquote { font-style: italic; color: black; }
a:link, a:visited { text-decoration: none; }




/*Hiding elements*/
#foot, #navPrimary, #secondary, #nav-top, #new_image {
  display: none !important;
}

#primary {
  width: 100%;
  margin: 0;
  padding: 0;
}

#primary table {
  width: 100%;
}

#print-logo {
  display: block;
}

