* {
	margin: 0;
	padding: 0;
	border: 0;
}
ul {
	list-style: none;
}
li {
	text-decoration: none;
}
a {
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
	/* color: #e54900; */
}
em {
	font-style: normal;
}
body {
	font-size: 14px;
}

