@charset "utf-8";
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
q, samp, em, del, dfn, kbd, img, ins,
table, tbody, tfoot, caption,thead, tr, th, td,
time, mark, audio, video,
b, i,
fieldset, label, legend, form,
small, strong, sub, sup, var,
ol, ul, li, dl, dt, dd,
html, body, div, span, object, iframe,
hgroup, menu, footer, header, nav, section, summary,
article, aside, canvas, details, figcaption, figure {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    background:transparent;
    font-size:100%;
}

body {
    line-height:1;
}

a {
    margin:0;
    padding:0;
    background:transparent;
    font-size:100%;
}

footer,header,aside,details,figcaption,
article,hgroup,menu,nav,section,figure { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote:before, q:before,
blockquote:after, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    background:transparent;
    font-size:14px;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

blockquote, q {
    quotes:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

dfn[title], abbr[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    margin:1em 0;
    padding:0;
    border-top:1px solid #cccccc;
}