﻿/* News brief in the home page. */
.news_item_brief
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #848484;
    line-height: 26px;
}
.news_item_brief a:link, .news_item_brief a:visited
{
    text-decoration: none;
	color: White;
}
.news_item_brief a:active, .news_item_brief a:hover
{
    text-decoration: none;
    color: #FF3300;
}
