
.news
{
    color:#005692;
    text-decoration: none;
}

.news A:hover
{
    text-decoration: underline;
}

.news A:link
{
    text-decoration: underline;
}
.news A:visited
{
    text-decoration: underline;
}

.news A:active
{
    text-decoration: underline;
} 

.newitemdate
{
    color: Gray;
    text-decoration: none;
    margin-right: 3px;
}