﻿@media print
{
	header-nav, .ContentCol1, #printme,	#itempager
	{
		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 *
	{
		font-family: Arial, Helvetica;
    	font-size:12pt;
		color: #000000 !important;
	}

}