/* #news-box-container {
    top: 10%;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
}

#news-box {
    height: 450px;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;

    overflow-y: scroll;
    padding: 1px;
}

#news-box p {
    text-align:left;
}

#news-box ul {
    list-style-type: none;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

#news-box li {
    line-height:120%;
    margin-bottom: 1em;
}

#news-box li:nth-last-child(2n) {
    background-color: #f7f7f7
} 

#news-box h6 {
    font-style: italic;
}

.news-box-item-date {
    font-style: italic;
    text-align: right;
    font-size: 80%;
}

#home-sponsors div {
    margin: 20px;
}

#row {
    text-align: justify;
}
*/
a {
    color: rgba(111, 16, 22);
}

a:visited {
    color: rgba(111, 16, 22);
}

a:hover {
    color: rgba(111, 16, 22);
}

a:active {
    color: rgba(111, 16, 22);
}