/* 
		Final Fantasy Heaven 3.0 (www.ffheaven.eu)
		by Raijin
		Copyright (c) 2001 - 2008. Wszelkie prawa zastrzeżone.
*/
@media print {
	* {
		background: none;
		color: black;
		float: none;
		margin: 0;
		padding: 0;
	}
	
	html {
	font-family: sans-serif;
	line-height: 150%;
	}
	
	h1, h2, h3, h4, h5, h6 {
		margin: 2ex;
		line-height: 150%;
	}
		
	#header, #left, #footer {
		display: none;
		visibility: hidden;
	}	
	
}
