A {
    color: #FFEDCE;
    text-decoration: underline;
}

A:hover {
    color: #FFEDCE;
    text-decoration: underline;
}

TABLE {
    width: 717px;
    background-color: rgb(212, 169, 123);
    border: 1px solid rgb(0, 0, 0);
    padding: 0px;
    border-spacing: 0px;
}
TD {
    color: rgb(0, 0, 0);
    margin-left : 0px;
    margin-top : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
}

BODY {
    background-color: rgb(102, 102, 102);
    color: rgb(102, 102, 102);
    margin-left : 10px;
    margin-top : 10px;
    margin-right : 10px;
    margin-bottom : 10px;
}

HR {
    color: rgb(102, 102, 102);
}

.cell-logo {
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
}

.cell-main-content {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-spacing: 0px;
}

.section-heading {
    font-size: 12px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

.section-content {
    font-size: 12px;
    color: rgb(0, 0, 0);
    text-align: justify;
}

.copyright {
    font-size: 10px;
    color: rgb(102, 102, 102);
    text-align: center;
}

.announcement {
    font-size: 36pt;
    font-weight: bold;
    word-spacing: 0.4em
    color: rgb(0, 0, 0);
    text-align: center;
}