
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 
em, img,
small, strong,
b, i,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, figure, 
footer, header, menu, nav, section  {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
button, input, select, textarea {
 font-family : inherit;
}
button{
	border: 0;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a {
    color: #000;
    text-decoration: none;
	margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a:link {
      color: #000;
      text-decoration: none;
}
a:hover {
      color: #000;
      text-decoration: none;
}
a:visited {
      color: #000;
      text-decoration: none;
}
input, select {
    vertical-align:middle;
}
img{
	vertical-align: middle;
}
*:focus {
	outline: none;
}
