.page  {
        text-align: right;
        }

/* блок с новостями*/
.anews   {
/*
        border: 1px solid #474858;
*/
        MARGIN-TOP: 20px;
        MARGIN-bottom: 20px;
        text-align: left;
        position:relative;
        color: #000000;
        }

.anews   .dt {
        color: #000000;
        font-weight: bold;
        width: 120px;
        height: 26px;
        overflow:hidden;
        position:relative;
        PADDING-TOP: 4px;
        background-image: url("/img/news-dt.jpg");
        background-repeat: no-repeat;
        text-align: center;
        }

.anews   img {
        border: none;
        margin-BOTTOM: 5px;
        margin-LEFT: 5px;
        margin-RIGHT: 5px;
        margin-TOP: 5px;
        }

.anews .txt {
        color: #111111;
        overflow:hidden;
        border-bottom: 1px solid #d9d9d9;
        PADDING-TOP: 10px;
        PADDING-bottom: 20px;
        margin-bottom: 20px;
        }
        
.anews .txt a {
        text-decoration:none;
        color: #111111;
        }

