article p {
    font-size: 16px;
    font-weight: 400;
    color: #848383;
    line-height: 1.6;
    font-family: arial, helvetica, sans-serif;
}

article div a {
    color: #616161;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
}

article div a:hover {
    text-decoration: underline;
    color: #cc0000;
}

.news-title h1 {
    width: 833px;
    font-size: 26px;
    font-family: Black;
    font-weight: 900;
    color: #262626;
    line-height: 32px;
    margin-bottom: 15px;
}

table {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
}

table th,
table td {
    border: 1px solid #cccccc;
    padding: 10px;
    text-align: left;
}

table td{
    color: #848383;
}

table thead tr {
    background-color: rgb(245, 245, 245);
}

table tbody tr:nth-child(odd) {
    background-color: white;
}

table tbody tr:nth-child(even) {
    background-color: rgb(245, 245, 245);
}


article img {
    width: 400px !important;
    height: auto;
    max-height: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    /* border: 1px solid #ddd; */
}

article div a:hover{
    text-decoration: underline;
}

