/* Printed Agenda image styles */
#print { position: relative; left: 20%; }
h1 { text-align: center; margin-bottom: 0.5em; font-size: 14pt;}
img.absleft, 
img.absright { width: 100px; height: 100px; position: absolute; }
img.absleft {  top: 2%; left: 2%; }
img.absright { top: 2%; right: 2%; }
img.abscenter {
	display: block;
	margin: 2% auto 2% auto;	
}
table {  }
.instructions { padding: 2ex 0 4ex; }