/* 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: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
}
html {
    background: #09900e;
}
html#start {
    background: #006697;
}
body {
    background: #e3e3e3;
}
body#startpage {
    background: #81b8dc;
}

body, textarea, input, option, optgroup, select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #444; 
}
textarea, input, option, optgroup, select {
    font-size: 1em;
}
:focus {
    outline: 0;
}
table {
    border-collapse: collapse;
    /*border-spacing: 0;*/
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
code, kbd, pre, samp, tt, var {
    font-family: monospace;
}
abbr[title], acronym[title] {
    cursor: help;
}
