﻿.news_category
{
    color: #FFFFFF;
    text-transform: uppercase;
    text-indent: 30px;
    text-align: left;
    text-decoration: none;
}
.news_title_box
{
    font: 12px  Arial;
    color: #1c8eff ;
    text-decoration: none;
}
.news_title_box:hover
{
    font: 12px 20px Arial;
    color: #1c8eff;
    text-decoration: none;
}
.news_title
{
    font-size: 12px;
    color: #1c8eff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.news_title:hover
{
    font-size: 12px;
    color: #44b6ff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.news_created
{
    font-size: 11px;
    color: #666666;
    text-decoration: none;
}