/* Styles used when printing a news item */

/* Hide the unnecessary parts of the page */
#pool_page_header,
  #print_notice,
  #pool_chapters,
  #pool_page_footer {
	display: none;
}

/* Make the header stand out a bit */
.dddcheader {
	font-size: 110%;
	font-weight: bold;
}

/* Set the colours and font */
.body {
	background: white;
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
}

/* Make links bold but not underlined */
a, a.bodylink {
	background: white;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

/* After each link, add the URL in brackets */
a[href^="http://"]:after {
	content: " (" attr(href) ")";
}
a[href^="www."]:after {
	content: " (" attr(href) ")";
}
