/* =news */
/* index.html или боксы*/
#news {

}
.news_one{
	margin-bottom: 10px;
	padding: 7px;
	background: #F8F8F8;
}
.newsheader {
	font-weight: bold;
}

.newsdate {
	font-weight: bold;
	color: #990033;

}
.newsname {
	font-weight: bold;
}
.newsdescription {
margin-top: 3px;
color: Gray;
}
.newsdescription p{
padding: 0px;
margin: 0px;
}



/* detail.html */
#news_det_date{
	font-weight: bold;
}
#news_det_desc{
	margin-top: 3px;
	color: Gray;	
	font-style: italic;
}
#news_det_cont{
	
}