﻿.homeNewsList
{

}

.homeNewsItem
{
    border-bottom: solid 1px #FFD85E;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.homeNewsTitle
{
    margin-bottom: 10px;
}

.homeNewsTitle A
{
    font-size: 1em;
    line-height: 1em;
    text-decoration: none;
}
.homeNewsTitle A:hover
{
    text-decoration: underline;
}

.homeNewsDate
{
    padding-left: 6px;
    font-style: italic;
    font-size: 1em;
}

