/*============================================================================
 *
 * Create a printable page  
 * Invoked automatically when printing, no need to click on anything 
 *
 *=============================================================================
 */ 

  body {background-color: white;   
	font-family: Georgia, serif;
	font-size: 100%; 		   
	border-left-width: 0px;  border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
	padding-top: 0px;  padding-left: 0px; padding-right: 0px;
	margin-top:  0px;  margin-left:  0px; margin-right:  0px;     
        float: none; 	} 

 P, TD, UL, OL, LI, DL, DD, DT 
    { font-family: serif; font-size: 100%; }
 H1 { font-family:'Arial Rounded MT Bold','sans serif'; font-size: 130%; font-weight:normal;}  
 H2 { font-family:'Arial Rounded MT Bold','sans serif'; font-size: 130%; font-weight:normal;}  
 H3 { font-family:'Arial Rounded MT Bold','sans serif'; font-size: 120%; font-weight:normal;}  
 H4 { font-family:'Arial Rounded MT Bold','sans serif'; font-size: 110%; font-weight:normal;}  

  .hilite {border-left: 5px solid #FFCE7B; font-weight: bold; font-family: serif; font-size: 100%;}
  .pagehead {color:black;  font-family:Tahoma; font-size:24pt; text-align:center;} /* no change */ 
  
  .fixed-ratio-resize { max-width: 100%; height: auto; width: auto; }  /* added Aug 18, 2022 */ 
   
.screenonly {display: none; }   
.printonly  {display: block;}    
 