/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:10 }

#header { display:none }
	
#content, #comments, .post { 
	margin-left:0;
	margin-right:20; 
    float:none; 
    width:auto;
	color:black; 
    font-size:9pt;
	font-family: Helvetica, Arial, Sans-Serif; }
	
a, a:hover, a:visted,
h1, h1 a, h1 a:hover, h1 a:visited,
h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited, {
	margin-left:0;
    float:none; 
    width:auto;
	color:black;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:12pt;
	font-weight: bold;
	text-decoration: none;
	}
	
.post h1, .post h2, .post h3,
.post h1 a, .post h1 a:hover, .post h1 a:visited,
.post h2 a, .post h2 a:hover, .post h2 a:visited,
.post h2 a, .post h2 a:hover, .post h2 a:visited,
  {
	margin-left:0;
    float:none; 
    width:auto;
	color:black;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:12pt;
	font-weight: bold;
	text-decoration: none;
	}
	
.post a, .post a:hover, .post a:visited
  {
	margin-left:0;
    float:none; 
    width:auto;
	color:black;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight:normal;
	font-size:10pt;
	}
	
#commentform { display:none }

#sidebar { display:none }

#footer, #footer a, #footer a:hover, #footer a:visited { 
	margin-left:0; 
    float:none; 
    width:auto;
	color:black; 
    font-size:7pt; 
	font-family: Helvetica, Arial, Sans-Serif;}
}



