html, body, div, span,
h1, h2, h3, h4, h5, h6, p, a, img, strong, ol, ul, li, form, label, button,
article, footer, header, menu, nav, section, figure{
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-font-smoothing: antialiased;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
	display: block;
}
html{
	font-size: 100%;
	font-size: 15px;
}
body{
	margin: 0;
	text-align: center;
	background: #fff;
	color: #000;
}
p{
	margin-bottom: 15px;
}
ul{
	margin: 0 10px 15px 15px;
	padding: 0 5px;
	list-style-type: circle;
}
li{
	margin: 4px 0 2px 10px;
}
ol{
	margin: 0 10px 15px 15px;
	padding: 0 5px;
	list-style-type: decimal;
}
hr{
	margin: 0 0 15px;
	border: none;
	border-bottom: solid 1px #000;
	height: 1px;
	visibility: visible;
	clear: both;
}
.clear, .clr{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 100%;
	height: 0;
	font-size: 0;
}
a{
	color: #000;
	text-decoration: underline;
	outline: none;
}
a:hover{
	color: #000;
}