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

@media print {
	header, footer { display: none; }
	.wrapper { margin: 0 auto; font-size: 9pt; width: 100%; max-width: none; padding: 4%; }
	a { text-decoration: none; font-weight: bold; color: #000; }
	a:after { content: " [" attr(href) "] "; font-weight: normal; }	
}