body {
   font-family: Arial, Helvetica, sans-serif;
    
    
}

.newsDate {
    color: rgb(130,140,152);
    font-weight: bold;    
}

.newsItemWrapper {
    width: 360px;
    height: 115px;
    margin-left: 5px;
}
.newsLeftCol {
    width:270px;
    float: left;
    font-size: 12px;
}
.newsRightCol {
    float: left;
    width: 82px;
}

.newsHeading, .newsHeading a:link, .newsHeading a:visited {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(52,102,152);
}
.newsHeading:hover {
    
        text-decoration: underline;
}


.newsLink:active, .newsLink:link, .newsLink:visited {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(52,102,152);
}
.newsLink:hover {
    
        text-decoration: underline;
}
