/*	Body
----------------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    background-color: #f9ce1d;
}

/*	font
----------------------------------------------------------*/
body, div, td, form, li, p {
    font-size: 16px;
    font-family: 'Oxygen', Helvetica, Arial, sans-serif;
    color: #4a5b48;
    line-height: 140%;
}

/*	spacing
----------------------------------------------------------*/
p {
    padding: 0;
    margin-bottom: 15px;
    margin-top: 15px;
}
/*	link
----------------------------------------------------------*/
a {
    font-size: 16px;
    font-family: 'Oxygen', Helvetica, Arial, sans-serif;
    line-height: 140%;
    color: #f9ce1d;
}
    a:hover {
        font-size: 16px;
        font-family: 'Oxygen', Helvetica, Arial, sans-serif;
        line-height: 140%;
        color: #f9ce1d;
    }

/*	heading
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oxygen', Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-top: 10px;
    padding: 0;
    line-height: 140%;
}

h1 {
    color: #4a5b48;
    font-size: 42px;
    text-align: center;
    margin-bottom: 0 0 60px;
    display: block;
}

    h1::after {
        content: "";
        display: block;
        text-align: left;
        position: absolute;
        width: 10%;
        height: 3px;
        background-color: #4a5b48;
        left: 45%;
        margin-top: 10px;
    }

h2 {
    color: #4a5b48;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
}

h3 {
    color: #4a5b48;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

h4 {
    color: #4a5b48;
    font-size: 24px;
    margin-bottom: 10px;
}

h5 {
    color: #4a5b48;
    font-size: 20px;
    margin-bottom: 10px;
}



input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    display: inline-block;
}

label.cb {
    vertical-align: top;
    line-height: 20px;
    margin: 2px 0;
    display: block;
    height: 20px;
}








