@page {
	size: auto;
	margin: 2cm 1cm;
}

@media print {
	body {
		font-family: Garamond, Georgia, 'Times New Roman', serif;
		background: white;
		font-size: 90%;
		line-hight: 115%;
		letter-spacing: -0,15em;
		color: #404040;
	}

	.top, .left, .right, .bottom, .footer, .Logo, .flyout {
		display: none;
	}

	h1 {
		color: black;
		font-size: 140%;
	}
	
	body, .outer, .center {
		clear: both;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0;
		top: 0px;
		left: 0px;
	}

	a {
		text-decoration: none;
	}
}
