﻿
/* Listen */
.lstNews 
{
    height:25px;
    width: 800px;
    list-style-type:none;
    color:White ;

}

.lstNews li a 
{
    color: White;
    text-decoration: none;
}

.lstNews li a:hover
{
    color: Gray;
    text-decoration:none;
}
