/* Print
--------------------------------------------------------------------------------------- */

body{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background: white;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	page-break-before: always;
}

p{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

a{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: blue;
	text-decoration: underline;
}

a:after{
	content: " (" attr(href) ") ";
}
