 h1,h2,h3,h4,h5,h6 {
 	page-break-after: avoid;
}

/* h1,h2{
 	page-break-before: always;
}*/

@page {
	margin: 2.5cm;
}

/*@media print {*/
	body{
		color: black;
		background: white;
		font-size: 12pt;
		font-family : "Times New Roman", Times, serif;
}
	 
	 h1,h2,h3,h4,h5,h6 {
		font-family : Arial, Helvetica, sans-serif;
		color : WindowText;
}
	#flags, #menu, #bottom, #menu_top, #about {
		display : none;
	}
	.none{
	display : inherit;
}
#middle, #text{
	width: auto;
}
#head h1 a{
	text-decoration: none;
	color: #000;
	font-size: 50%;
	float:right;
}
#middle, hr{
	clear:both;
}
/*}*/