
/****************************/
/* css for print            */
/****************************/

body {
	background: white none;
	font-size: 12pt;
	font-family : "Times New Roman", Times, serif;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #000;
}

#navigation, #globalHeader, #firstSide, #footer, #title {
	display: none !important;
}

#header {
	height: 60px;
	margin: 0 !important;
	padding: 0 !important;
	color: #000;
	border-bottom: 3px solid #840000;
}

.contents_inner {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent none;
}
.wrapper, #contents {
	width: auto;
	margin: 0 3%;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	background: transparent none;
	color: #000;
}

#contents {
	margin: 0 !important;
	padding: 0 !important;
}

a:link, a:visited {
	color: #840000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#content a[href^="/"]:after {
   content: " (http://healthbulletin.org.au" attr(href) ") ";
}