/* quick change for print to display where the link leads */
a:after{
	color:#888888;
	content: attr(href);
	margin-left:4px;
}

