/* Start of CMSMS style sheet 'reset' */
body {
    padding: 0;
    margin: 0;
    font: 13px Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, pre, code { /* removed em, strong */
    padding: 0;
    margin: 0;
    line-height: 1em;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}

div, p {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 100%;
}

img {
    border: 0;
}

#navigation ul, #navigation li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1em;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}
/* End of 'reset' */

