﻿.ShortNewsTable
{
 width:100%;
 font-size: small;
 font-family: Verdana;
}
.ShortNewsTable td
{
text-align:left
}
.NewsDate
{
    font-size: x-small;
}
.NewsImage
{
    cursor:pointer;
    width: 100px;
    height: 100px;
    top: 1px;
}
.NewsTitle
{
    cursor:pointer;
    color: #000080;
    font-weight: bold;
    font-size: small;
}
.MoreNews
{
 font-size: small;
 font-family: Verdana;
 text-align:left
}