nav {
    margin-top: 0px !important;
}
.eventstable {
     
}
.onenews { 
    padding: 10px;
    margin-bottom: 10px;
    background-color: whitesmoke;
    padding: 20px;
    border-radius: 10px; 
}
.societytd { 
    display: inline;
    float: left;
    text-align: center;
}
.societytd img {
    width: 50px;
}
.societytd p { 
    font-weight: bold;
}
.newstd {     
    display: inline;
    float: left;
    font-weight: bold;
    font-size: 20pt;
    text-align: left;
}

.newstd a, .newstd a:link {
    color: darkblue;
}

.newstd a:visited {
    color: darkblue;
}

.datetd { 
    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;
}
 