﻿body 
{
}

/* Заголовок */
.header
{
    font-family: Verdana;
    font-size: 18pt;
    color: #678D2F;
    margin-left:20px;
    width:1170px;
}

/* Блок содержимого новостей */
.news_cnt
{
    padding:20px;
    font-family: Verdana;
    font-size: 10pt;
    width:1170px;
}

/* Заголовок новости */
.news_title
{
    display:table;
    color: #678D2F;
    text-decoration: underline;
    font-weight: bold;
}

/* Анонс и текст новости */
.news_text
{
    display: table;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #000000;
}

/* Дата новости */
.news_date
{
    display: block;
    margin-top: 10px;
}

