/*
# Original source: https://hookagency.com/color-schemes/
# Color scheme: https://coolors.co/00b25a-034732-000000-ffffff-d1d1d1
*/

.body_main {
    #background: #0B6B29;
    #background: #118152;
    background: #424343;
    color: #FFFFFF;
    font-family: "Georgia";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

.body_main_flash {
    background: #A00;
    color: #FFFFFF;
    font-family: "Georgia";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

.body_main_justleag {
    background: #00A;
    color: #FFF;
    font-family: "Georgia";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

.table_main {
    color: #0B6B29;
    font-size: 18px;
    text-align: left;
}

.td {
    border: 0;
    color: #FFF;
    text-align: left;
}

.td_main {
    border: 1px solid #51C5DD;
    border-bottom-style: none;
    border-right-style: none;
    border-top-left-radius: 25px;
    color: #51C5DD;
    font-family: Tahoma;
    font-size: 24px;
    padding: 15px;
    text-align: center;
}

.td_top {
    background: #424343;
    #opacity: 2.5;
    color: #118152;
    #color: #0B6B29;
    font-family: Tahoma;
    text-align: center;
    font-size: 20px;
}

.td_top_flash {
    background: #A00;
    #opacity: 2.5;
    color: #118152;
    #color: #0B6B29;
    font-family: Tahoma;
    text-align: center;
    font-size: 20px;
}

.td_top_justleag {
    background: #00A;
    #opacity: 2.5;
    color: #118152;
    #color: #0B6B29;
    font-family: Georgia;
    text-align: center;
    font-size: 20px;
}

.td_titles {
    background: #034732ff;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 18px;
    text-align: center;
}

.th_titles {
    color: #F04C63;
    font-family: Tahoma;
    font-size: 14px;
    text-align: center;
}

.th {
    color: #FF0;
    font-family: Tahoma;
    font-size: 14px;
    text-align: center;
}

.tr {
    color: #FFF;
    text-align: center;
}

.tr_headers {
    border: 1;
    color: #FF0;
    text-align: center;
}

.tr_titles {
    background: #000;
    border: 1;
    color: #FF0;
    text-align: center;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a:link {
    color: #FFFFFF;
    text-decoration: underline;
}

a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}

a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

a:active {
    color: #FFFFFF;
    text-decoration: underline;
}

tr:hover {
    background-color: #FFFFFF;
}

