nav {
    margin-top: 0px !important;
}
.eventstable {
    width: 90%;
}
.onenews {
    width: 97%;
    padding: 10px;
    margin-bottom: 10px;
    background-color: lightgray;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
}

.newstd {
    width: 75%;
    display: inline;
    float: left;
    font-weight: bold;
}

.newstd a, .newstd a:link {
    color: darkblue;
}

.newstd a:visited {
    color: darkblue;
}

.datetd {
    width: 20%;
    float: right;
    text-align: center;
    background: white;
    color: maroon;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
}

.mainimagestable {
}

.mainimagestable ol {
    padding-left: 20px;
}

.mainimagestable ul {
    padding-left: 40px;
}

.mainimagestable td {
    color: #383838;
    font-size: 12px;
    word-spacing: 0.05em;
    line-height: 1.8em;
    text-align: justify;
}

.mainimagestable td h3 {
    color: #383838;
    font-size: 16px;
}

.imagestable {
}

.imagestable td {
    padding: 5px;
    color: #383838;
    font-size: 12px;
    text-align: justify;
    word-spacing: 0.05em;
    line-height: 1.8em;
    font-family: Verdana,sans-serif,Arial,Helvetica;
}

.imagestable td img {
    max-width: 400px;
}
 