/* print styles */

BODY 	{color: black; 
	background: white;}

A:link, A:visited 
	{background: white; 
	color: black; 
	text-decoration: underline;
	font-weight: bold;}
   
H1, H2, H3 
	{background: white; 
	color: black; 
	padding-bottom: 1px;}
   
DIV.noprint 
	{display: none;}

div.indent {
   margin-left: 2%;
   }
   
/* #################################### etc q & a  ############################# */

div.qa p {margin-left: 4em}
div.question {font-weight: bold; }
span.qa {float: left; width: 4em; }


