/* Remove web-specific navigation items from print display */#banner, #navcontainer, #leftmenu, .breadcrumbs, .intlinks {	display: none;	}/*Remove link border from linked images*/img {border: 0;}/*Fix page breaks and positioning of content on page */#content {	position: static;	top: 0;	left: 0;}/*Print-friendly font-formatting*/body {	margin: 0;	font-family: "Times New Roman", Times, serif;	font-size: 12pt;	color: black !important; background: white !important;	}h1, h2, h3 {	color: black !important; background: white !important;	}h1 {	font-size: 18pt;	}h2 {	font-size: 16pt;	}h3 {	font-size: 14pt;	}/* #content a:link:after, #content a:visited:after {  content: " (" attr(href) ") ";  font-size: 90%;  }*/		
