/* <link rel="stylesheet" type="text/css" href="blog_print.css" media="print" />
 */

body, html { 	color: black;
	background-color: white; 
	font-family: "Hoefler Text", "Calisto MT", Palatino, Georgia, "Times New Roman", serif; 
	font-size: 12pt;
}
a { background: transparent;
	color: #000000;
	text-decoration: none;
}
/* Do not bother to display navigation on paper */
div.nav { display: none; }
h1	{ margin-top: 0; }
/* Page break for each new date */
h2 { margin-bottom: 0;
	margin-top: 0;
	page-break-before: always; }
/* Except the first date - Direct adjacent sibling combinators selecting h2 after the first h1 */
h1 + h2 { page-break-before: avoid; }
/* Direct adjacent sibling combinators selecting no display of the last h1 but not the first */
div + h1 { display: none; }
