.mainheader {
    font-family: Algerian;
    font-size: 24px;
    text-align: center;
    background-color: #669966
}

.newsheader {
    font-family: Papyrus;
    font-size: 16px;
    font-weight: bold;
    text-align: center
}

.newssection {
    font-family: Constantia;
    font-size: 14px;
    text-align: justify;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px
}

body {
    margin-left: 0px;

    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.first {
    font-size: 200%;
    color: #B61162;
}

.style1 {
    color: #eff6c6
}

.style12 {
    font-family: Constantia;
    font-size: 14px;
}

.style4 {
    color: #ffffff;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.style5 {
    color: #FF6666;
    font-weight: bold;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.style6 {
    font-family: Consolas;
    font-size: 12px;
    font-weight: bold;
}

.style20 {
    font-family: Papyrus;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

<!--
.style22 {
    color: #FF6666
}

.style23 {
    color: #FF6666;
    font-size: 15px;
    font-weight: bold;
    font-family: Constantia;
    padding-left: 5px;
}

.container {
    position: relative;
}

.topleft {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 18px;
}

.i {
    width: 1015px;
    height: 200px;
    opacity: 0.6;
}

.bottomright {
    position: absolute;
    bottom: 8px;
    right: 10px;
    font-size: 18px;
    color: white;
}

.center {
    position: absolute;
    left: 0;
    top: 35%;
    width: 1000px;
    text-align: center;
    font-size: 90px;
    color: #8B0000;
}

/*   start mobile responsive table*/
table {
    width: 100%;
    border-collapse: collapse;
}

/* Zebra striping */
tr:nth-of-type(odd) {
    background: rgba(255, 255, 255, 0);
}

th {
    background: #333;
    color: white;
    font-weight: bold;
}

td, th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
}

/*   end mobile responsive table*/
