/*!
 * print.css v1.0.0
 * http://printstylesheet.com/
 *
 * Copyright (c) 2011 David Bushell
 * Dual licensed under the BSD or MIT licenses: http://printstylesheet.com/license.txt
 
 * Author: David Bushell
 * http://dbushell.com/
 */
 body {
	 text-align: center;
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 font-weight: bold;
	 color: #333333;
 }
@media only print{body *{display:none!important}body:after{content:"all images © by fishflowers.ch — contact us on info(((at)))fishflowers(((dot)))ch"}}