
/* Reset */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, acronym, address, em, font, img, strong, b, u, i, ol, ul, li, fieldset, form, label, select, option, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

body {
    /*margin: 10px;*/
    font-family: 'Roboto',"Trebuchet MS",Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    background-color: #FFFFFF;
    text-align: center;
}

p {
    font-size: 16px;
    line-height: 26px;
    font-family: Arial;
}

body, input, select, textarea, table, td, th {
    color: #000000;
}

ol, ul, li {
    list-style: none;
}

a, a:active, a:link {
    color: #222222;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none !important;
}

a.active {
    /*color: #222222 !important;*/
    color: #BF9B29 !important;
}

a.active:hover {
    color: #000000 !important;
}
