@charset "utf-8";


address, article, aside, body, div, dl, dt, dd, em, footer, h1, h2, header, html, img, li, main, nav, nav a, ol, p, section, span, ul {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}


@font-face {
    font-family: christmas;
    src: url(christmas.woff);
}

body {
   margin: 0px;
   width: 100%;
}

body {
   font-family: Verdana, Geneva, sans-serif, christmas;
   font-size: 100%;
   font-weight: inherit;
   line-height: 1.2em;
   margin: 0px;
   padding: 0px;
   text-decoration: none;
   vertical-align: baseline;
}


nav ul {
   list-style: none;
   list-style-image: none;
}

nav a {
   text-decoration: none;
}
