@charset "utf-8";
/* CSS Document */

/* Remove section not to print */
#top-border , #header, #tagline, #handles, #sidebar, #toplink, .subtitle_toplink
{
 display:none;
 }
 
 /* White background */
 
 #html, #body{
 	background:#FFFFFF;
}

/* Print logo */
#logo-print{
	display:block;
	text-align:center;
}

/* Article authors */
#article h3{
	font-style:italic;
}

#article h3 a{
	font-weight:normal;
}
