﻿@import url("../Main/StylesMain.css");

.defArchiveLink
{
    position: absolute;
    top: 684px;
    left: 508px;
    color: #555511;
    font-size: 12px;
}

.defArchiveLink:hover
{
    color: #cccc33;
}

.pnlCurrentNews
{
    border-style: inset;
    border-width: 2px;
    width: 586px;
    position: absolute;
    top: 700px;
    left: 16px;
    height: 184px;
}

.defCurrentNewsLabel
{
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
    color: #555511;
    background-color: #cccc33;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 688px;
    left: 20px;
}    

.newsTitleLabel
{
    font-size: 32px;
    color: #555511;
}

.newsDateLabel
{
    font-size: 14px;
    color: #cccccc;
}    

.newsBodyLabel
{
    font-size: 24px;
    color: #555511;
}