body {
    background: #17421f;
    color: #17421f;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

a:link {
    color: #ffe794;
    text-decoration: none; 
}

a:visited {
    color: #ffd673;
    text-decoration: none; 
}

a:active {
    color: #ffe794;
    text-decoration: none; 
}

a:hover {
    color: #f2be72;
    text-decoration: none; 
}


.tab {
    background: #17421f;
    color: #17421f;
}



.title {
    font: bold 24px Serif;
    text-align: center;
    color: #f2be72;
    margin-top: 8px;
    margin-bottom: 8px;
}

.error {
    color: #ff0000;
}

p {
    font: 10pt serif;
    text-align: justify;
    color: #f2be72;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 25px;
}

b {
    font: bold 10pt serif;
    text-align: left;
    color: #f2be72;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 25px;
}

ul {
 font: 10pt serif;
    text-align: left;
    color: #f2be72;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 25px;
}

