@charset "utf-8";

/* HTML & CSS Reset */

* {
margin: 0;
padding: 0;
border: 0; }
:focus, a, button, input {
outline: 0; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0; }
caption, th, td {
text-align: left;
font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after {
content: ""; }
blockquote, q {
quotes: "" ""; }
h1,h2,h3,h4,h5 { font-weight: bold; }