﻿/* ---[ print stylesheet ]--------------------------------------------------- */

html, body {
	font-family: "Times New Roman", Times, serif;
	width: auto;
	font-size: 11pt;
	background-color: #fff;
	color: #000;
}

div#H,
div#F,
div#C div#L,
div#C div#R {
	display: none;
}

div#C h1,
div#C h2,
div#C h3 {
	clear: left; /* always start at the start of a line */
}

a {
	color: #000;
}

a:after {
	content:" [" attr(href) "]";
}

.screen_only {
	display: none;
}