#navigation, #footer, #breadcrumbs, #topnav, .noprint
{  /* the navigation and footer are useless in printed copies */
	display:none;
}

#content
{  /* for print, ensure the content takes most of the space */
	border: 0px white none;
	margin-left: 10px;
	padding: 15px;
    background: white;
}

.pagebreak 
{  /* a class to create a delibrate new page in print */
  page-break-after: always;
  page-break-inside: avoid;
}

.printonly
{
	display: block;
}

/* #content a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;} */
	
#content a[href^="http"]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
	text-decoration: none;}

#content a[href^="/"]:after {
   content: " (http://cms.jcu.edu.au/" attr(href) ") ";
	font-size: 90%;
	text-decoration: none;}
