﻿body {
}

 .hide {
	display: none;
}

.showonprintonly
{
	display:block;
}
.break 
{
	 page-break-before:always;
}
.noborderonprint { 
	border: 0px ; 
	
}
.header 
{
	width:720px;                 /* this is the width for the printed page - seems to be the right size */
}

