table.news, table.news table
{
 margin-bottom: 10px;
 width: 100%;
}

td.news_title, td.news_title a
{
 font-size: 12px;
 font-weight: bold;
 padding: 2px;
 width: 80%;
 color: #ffffff;
 background-color: #407104;
 border-left: 1px solid #407104;
}

td.news_posted
{
 font-size: 11px;
 font-weight: bold;
 text-align: left;
 padding: 2px;
 vertical-align: bottom;
 color: #ffffff;
 background-color: #407104;
 border-right: 1px solid #407104;
}

td.news_description
{
 width: 100%;
 font-size: 12px;
 text-align: justify;
 padding: 3px;
 border: 1px solid #000000;
 border-top: 0px solid #000000;
}
