/* Start of CMSMS style sheet 'reset' */
/* Reset CSS */

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, img, small, strike, sub, sup,
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: none;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
}

body {
    background: #bdbdbd;
}
body, textarea, input, option, optgroup, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #6b6c6b; 
}
:focus {
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
code, kbd, pre, samp, textarea, tt, var {
    font-family: monospace;
}
abbr[title], acronym[title] {
    cursor: help;
}

/* End of 'reset' */

