

@media print {
	.noprint {
		display: none;
	}
	
	#page   a[href^="http"]:after, #page   a[href^="http"]:after {
   		content: " (" attr(href) ") ";
   		font-size: 90%;
	}
	
	#page   a[href^="/"]:after {
  		content: " (http://manchestermule.com" attr(href) ") ";
   		font-size: 90%;
	}

	a {
		text-decoration: none;
		text-color: black;
	}
