body {
	font-size: 16px;
}

* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

b {
	font-weight: normal;
}

i {
	font-weight: normal;
}

a, a:hover, a:active {
	text-decoration: none;
}

input, textarea, select {
	outline: none;
}

img {
	border: none;
	vertical-align: top;
}

li {
	list-style: none;
}