﻿.NewsTitle
{
    font-family: Arial;
    font-size: 1em;
    font-weight: bold;
    color: #000000 ;
    text-decoration: underline;
}
.NewsDate
{
    font-family: Arial;
    font-size: 0.8em;
    font-weight: normal;
    color: #333333;
    font-style:italic;
}
.NewsText
{
    font-family: Arial;
    font-size: 1em;
    font-weight: normal;
    color: #666666;
}

