
/*
a,p,li,h2,h3,h4,td,div,span,strong,em,i,u,b {
	font-size: 110%;
}*/

body {
	transform-origin: 0 0 0;
	transition: all 1.5s ease-in-out;
	-ms-transform: scale(1.5,1.5);
	-webkit-transform: scale(1.5,1.5);
	-o-transform: scale(1.5,1.5);
	-moz-transform: scale(1.5,1.5);
	transform: scale(1.5,1.5);
}