@charset "utf-8";

address, article, aside, blockquote, body, cite,
    div, dl, dt, dd, em, figcaption, figure, footer,
    h1, h2, h3, h4, h5, h6, header, html, img,
    li, main, nav, ol, p, section, span, ul {
       background: transparent;
       font-size: 100%;
       margin: 0px;
       padding: 0px;
       vertical-align: baseline;
}

nav ul {
         list-style: none;
         list-style-image: none;
}

nav ul a {
         text-decoration: none;
}

body {
	line-height: 1;
}