@charset "UTF-8";
/* CSS Document */

/*

body {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	}
body.zoomout {
	-webkit-transform: scale(0.2);
	-moz-transform:    scale(0.2);
	-o-transform:      scale(0.2);
	-ms-transform:     scale(0.2);
	}
body.zoomin {
	-webkit-transform: scale(1);
	-moz-transform:    scale(1);
	-o-transform:      scale(1);
	-ms-transform:     scale(1);
	}
	
	
*/

