.title {
    font-family: Arial;
    font-size: 20px;
    color: #A0CF67;
}
.subtitle {
    font-family: Arial;
    font-size: 20px;
    color: #FF9900;
}
.subttitle {
    font-family: Arial;
    font-size: 16px;
    color: #582601;
    font-weight: bold;
}
.header {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}
    .header a {
        color: #F68932;
        text-decoration: none;
    }
        .header a:hover {
            text-decoration: underline;
        }
.smallheader {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}
.main {
    font-family: Arial;
    font-size: 13px;
}
    .main a {
        color: #F68932;
        text-decoration: none;
    }
    .main a:hover {
        text-decoration: underline;
    }

.footer {
    font-family: Arial;
    font-size: 13px;
    color: #89674C;
}
    .footer a {
        color: #F68932;
        text-decoration: none;
    }
    .footer a:hover {
        text-decoration: underline;
    }
.container {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
    .container a {
        color: #000000;
        text-decoration: none;
    }
    .container a:hover {
        text-decoration: underline;
    }
