﻿#banner
{
    background: url(/image/banner_news.jpg) no-repeat #5c5b5e;
    background-position: center;
}

#newsCategories
{
    font-size: 18px;
}

#newsContent
{
    font-size: 18px;
    line-height: 2;
    color: #404040;
}

    #newsContent a
    {
        color: #008cd2;
    }

        #newsContent a:hover
        {
            color: #e10000;
        }

    #newsContent figure.image
    {
        margin: 5px auto;
    }
