/* hide the container border */
#container { border: 1px solid #FFFFFF; }

/* hides the menu navigation when printing a press release */
#navigation { visibility:hidden; }

/* hide the footer nav menu too */
#footer #nav { visibility:hidden; }
#footer #contact { visibility:hidden; }

/* change the header color to black */
h1, h2, h3, h4, h5, h6 { color:#000000; }

/* make the links black, bold and italics */
a, a:visited { color: #000000; font-weight:bold; font-style:italic; }

/* hide the line the is above the footer */
#footer { border:none; }

/* hide the green bar at the top */
body.press_release hr { display: none; }

/* hide the back link */
body.press_release #contact .back { display:none; }

/* make the logo image visible for printing */
body.press_release #print_logo { display:block; }