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

body{
	font-size:16px;
}

a{
	color:inherit;
	text-decoration: none;
}

ul,ol{
	list-style:none;
}

h1,h2,h3,h4,h5{
	font-weight: normal;
}

header,nav,main,footer,selection,article,aside,figure,figcaption{
	display:block;
}

.clear{
	clear:both;
}

/* apply a natural box layout model to all elements */
/*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }*/