@media print {
  body
  {color: black;
  background-color: white;
  a:after {content: " [" attr(href) "] ";}	
	}
}