﻿@media print
{
	.NoPrint
	{
		display:none;
	}
	a, a:hover, a:visited, a:active,a:link:after,a:after
	{
		text-decoration:underline;
		background-color: transparent; 
		color: #000000;
		content: " * Link " attr(href) "* "; 
	}
	body *
	{
		color: #000000 !important;
	}

}