/*
Not supported in HTML5:
<acronym> <applet> <basefont> <big> <center> <dir> <font> <frame> <frameset> <isindex> <noframes> <s> <strike> <tt> <u> <xmp>

Compatibility problems:
<abbr> <article> <aside> <audio> <bdi> <canvas> <command> <datalist> <details> <dialog> <figcaption> <figure> <footer> <header> <keygen> <label> <main> <mark> <menu> <menuitem> <meter> <nav> <output> <progress> <rp> <rt> <ruby> <section> <source> <summary> <time> <track> <var> <video> <wbr> 

Others:
<!----> <!doctype> <area> <base> <br> <html> <link> <meta> <map> <style> <script> <title>
*/
body, blockquote, dd, dl, h1, h2, h3, h4, h5, h6, hr, input, p, pre, fieldset, ol, ul{
    margin:0;
}
button, input, textarea, fieldset, legend, ol, th, td, option, ul{
    padding:0;
}
a {
    text-decoration:none;
}
body{
    font-size:100%;
    line-height:1;
}
code, kbd, samp, pre{
    font-family:inherit;   
}
embed, object, param{
    display:block;
    height:0;
    width:0;
}
h1{
    font-size:200%;
}
h2{
    font-size:150%;
}
h3{
    font-size:117%;
}
h4{
    font-size:100%;
}
h5{
    font-size:83%;
}
h6{
    font-size:67%;
}
iframe{
    border:0;
}
q:before, q:after{
    content:"";
}
ol, ul{
    list-style:none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
