* { font-family: Verdana, Trebuchet MS, arial,sans-serif; font-size: 12px; }

/* Hide non-printable items  */
#header_bar { display: none !important; }
#left_side_container { display: none !important; } 		/* no need to sidebar print widgets */
#right_side_container { display: none !important; }	 	/* no need to sidebar print widgets */
#side_menu_container { display: none !important; }
#menu_container { display: none !important; }
#footer #footer_links { display: none !important; }
#content_mid_images { display: none !important; }

#footer { margin : 8px 0 0 0; }
#footer_inner { padding : 0; float:left; }
#footer_inner ul li { margin-right : 3px; }
#footer_inner ul li a{  }

#content_container a:link, #content_container a:visited {
  background: transparent;
  font-weight:700;
  text-decoration: underline;
}

#content_container a:link:after, #content_container a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 12px;
}

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

#content_container a[href^="/"]:after {
  content: " (http://www.fitz.cam.ac.uk" attr(href) ") ";
}
