#hideWhenPrinted {
	display: none;
	}
	
#showWhenPrinted {
	display: block;
	}
		
.bodytext  
{
	color: #000000;
	text-decoration: none;
	font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
}