html 
{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

*, *:before, *:after 
{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit;}

html
{
	font-size:16px;
}

body 
{
	background-color:#FFFFFF;
	background-color:#F7F7F7;
   -webkit-text-size-adjust:none;	
	font-family: 'Lato', sans-serif;
	font-weight:300;
	padding:10px;
}

a {text-align:center;text-decoration:none;}

html, button, input, select, textarea {font-family: 'Lato', sans-serif;font-weight:300;}

a:active {position:relative;top:1px;}
	td a:active {top:0px;}
a:visited{color:#00E;}

img
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}