@media print
	*
		background			none !important
		color				black !important
		box-shadow			none !important
		text-shadow			none !important

		// Images, vectors and such
		filter				Gray()                          // IE4-8:depreciated
		filter				url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 00.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0  0  0  1 0'/></filter></svg>") // SVG version for IE10, Firefox, Safari 5 and Opera
		filter				grayscale(100%)                 // Future proof or polyfilled
 
	a
		text-decoration		underline
 
	a[href]:after
		content				" (" attr(href) ")" 
 
	a[href="#"],
	a[href="javascript:"]
		content				""