@charset "utf-8";

html,
body,
header,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
pre,
address,
blockquote,
ul,
ol,
dl,
dt,
dd,
form,
fieldset {
	display: block;
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}
.clear {
	 clear:both;
}