/*
 * 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: 0em;  border-right-width: 0em; border-top-width: 0px; border-bottom-width: 0px;
	padding-top: 0px; padding-left: 0px; padding-right: 0px;
	margin-left: 0px;  margin-right: 0px; margin-top : 0px;     
        float: none; 	
} 

P  { font-family: serif; font-size: 100%; }
TD { font-family: serif; font-size: 100%; }
UL { font-family: serif; font-size: 100%; }
H1 { font-family:'Arial Rounded MT Bold','sans serif'; font-size: 140%; font-weight:bold; }  
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;}  

.indented { margin-left: 2px;  margin-right: 0px; }  

.screenonly {display: none; }   
.printonly  {display: block;} 
 	
/* always underline for visual clue
 *  links are dark color - close to black - while still dark red for color printers
 */  	
 a:link, a:visited {color:#520; background: transparent; 
     font-weight: bold; text-decoration: underline;}   
     
