
/* Display the actual link url after links when printed on a page... a nice trick from CSStricks.com */
a[href]:after {
	content:" (" attr(href) ")";
}

