/*CSS fuer Zebra in Dream the Novel*/
/*print stylesheet*/
/*author: Sabina            */

			/*body*/
			
			body {background-color:#ffffff; color:#000000;}
			
			/*tables*/
			table {display:none;}
			
			/*pictures*/
			
			img {display:none;}

			/*text*/
			div {margin:5%; color:#000000;}
			h1, h2, h3, h4 {text-align:center;}
			
			h1 {font-size:0.7em;}
			h4 {font-size:0.7em;}
			h3 {font-size:2.5em;}
			p {text-indent:2%; text-align:justify;}
			p:first-letter {font-size:2em;}
			span {display:block; margin:1%;}
			
			ul {list-style:circle outside;}
