* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	background-color: #eff0ef;
	font-size: 14px;
	font-family: Verdana;
	color: black;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

a, a:hover {
	text-decoration: none;
	color: black;
}

img {
	border: 0;
}
