* {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	box-sizing:border-box;
}
html, body {
	height:100%;
}
img {
	display: block;
	vertical-align:bottom;
}
img.image-scale-hack {
    transform: rotate( .0001deg );
}
a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a img {
	border: none;
}
a:focus, object:focus, input:focus, button:focus, textarea:focus {
	outline:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ol, ul {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
input, textarea {
	font:inherit;
}