* {
	border:0;
	outline:0;
	margin:0;
	padding:0;
    font-size:100%;
}

body {
	line-height:1.2;
}

ol,ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
/* clear */
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clear {
	display: block;
}

* html .clear {
	height: 1%;
}
