/* Start of CMSMS style sheet 'Reset CSS' */
body, div, dl, dt, dd, ul, ol, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img { 
    border: 0;
}

address, caption, cite, code, dfn, th, var {
    font-style:normal;
    font-weight:normal;
}

caption, th {
    text-align: left;
}

q:before,q:after {
    content:'';
}

abbr, acronym {
    border: 0;
}

li {
    margin-left: 25px;
}

p {
    padding: 5px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 10px 0;
    padding: 5px;
}
    h1 {
        font-size: 230%;
    }
    h2 {
        font-size: 180%;
    }
    h3 {
        font-size: 150%;
    }
    h4 {
        font-size: 130%;
    }
    h5 {
        font-size: 120%;
    }
    h6 {
        font-size: 110%;
    }
/* End of 'Reset CSS' */

