BODY { background: #FFFBB6;    
           margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0;    
}

#menu {text-decoration: none; color: black; }

A { text-decoration:none;}
A:Hover { text-decoration: underline;
}
H1 {font-size: large;
}
H2 {font-size: medium;
}

P { 
    text-indent: 1.5em; /* Отступ первой строки */
	 margin-top: 0.5em; /* ?????? ?????? */
 	margin-bottom: 0.5em; /* ?????? ????? */
}
#rel { position: relative; left: 0px; top: -25px;
} 

#counter a img {
opacity:0.2; -moz-opacity:0.2; filter:alpha(opacity=20);
}
#counter a:hover img {
opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
}
.top_scroll { position: relative; top: -600px; background:#FFFBB6;}
.div_scroll { overflow: auto; height: 600px; margin-top: 0px; background-color:#FFFBB6;}

.blue { color: #0000FF;}
.news_title { text-indent: 40px;}
.news_date { font-size:7px; text-align:right;}
.news_short { vertical-align: top;}
.news_pic { width: 100pt; padding-right: 5px; padding-bottom: 5px;}

