/*

Print.css
*/
* { background: #fff; }
body { font: 14px "Trebuchet MS", Helvetica, Arial, sans-serif; color: black; }

/*a:link, a:visited { border-bottom-width: 1px; border-bottom-style: solid; }*/

#head #print_logo {display: block;}

/*Hiding elements*/
#foot, #navPrimary, #head h1 {
  display: none !important;
}

