  @charset "utf-8";
/* Âé¶¹Ö±²¥ Alabama Print CSS */

@media print {

	/* hiding certain page elements */
	header, footer, nav, aside, #sidebar {
		display: none !important;
	}
	html, body, #wrap {
		height: 99%;
	}
	body {
		background: #fff;
		color: #000;
		font-size: 8pt;
		line-height: 150%;
		margin: 0px;
	}
	hr {
		color: #ccc;
		background-color: #ccc;
	}
	h1, h2, h3, h4, h5, h6, code, pre {
		color: #000;
		text-transform: none;
	}
	h1 {
		font-size: 11pt;
		margin-top: 1em;
	}
	h2 {
		font-size: 10pt;
	}
	h3 {
		font-size: 9pt;
	}
	h4, h5, h6 {
		font-size: 8pt;
	}
	code, pre {
		font-size: 8pt;
		background-color: transparent;/* just in case the user configured browser to print backgrounds */
	}
	blockquote {
		background-image: none;
	}
	a:link, a:visited {
		text-decoration: underline;
		color: #000 !important;
	}
	abbr:after, acronym:after { /* some HTML4 love */
		content: " (" attr(title) ") ";
	}
	
}
