html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
}

html {
    overflow-y: scroll; 
    font-size: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html, body {
    margin: 0;
    padding: 0;
    line-height: 1;
    height: 100%;
    
}

button, input, select, textarea {
    font-family: sans-serif;
    box-sizing: content-box;  
    -moz-box-sizing: content-box;  
    -webkit-box-sizing: content-box;       
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre; 
    white-space: pre-wrap; 
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before, q:after {
    content: '';
    content: none;
}
small {
    font-size: 75%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button, input {
    line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
blockquote, q { 
    quotes: none;
}
:focus { 
    outline: 0;
}
ins { 
    text-decoration: none;
}
del {   
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th, td {
    padding: 0;
    text-align: left;
    vertical-align: top;
}
ul {
    list-style: none;
}
a, a:hover {
    text-decoration: none;
}