@media print {

	a:after {
		content:" ("attr(href)")";
   		display: none !important;
	}

	a:after {
	  content: " (" attr(href) ")";
	  display: none !important;
	}
}