* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	list-style: none;
	color: #000;
}

address {
	font-style: normal;
}

.left {
	float: left;
	overflow: hidden;
}

.right {
	float: right;
	overflow: hidden;
}

.clear {
	clear: both;
}