/*============================================================================
 *
 * Create a printable page at javatester.org  
 * 
 * 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;}  

  
.screenonly {display: none; }   
.printonly  {display: block;}    
 
 /* show where links go */  
 a:link:after, a:visited:after { content:"  (LINK: " attr(href) ")"; } 