/*============================================================================
 *
 * Create a printable page for ILC 
 * 
 * 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; text-align:center;}
 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;}    
 
.lii {margin-top:10px;}	

 /* show where links go - added June 2008  */  
 /* Works in Firefox 2 and 3, not in IE 6 or IE 7  */ 
 a:link:after, a:visited:after { content:" (LINK: " attr(href) ") "; } 
