/* print styles */
.donotprint 
{
	display:none;
}
.printonly 
{
	display:inline; 
}
