body
{
	background-color:#ffffff;
	font-size: 0.8em;
}

#le_news
{
	width:500px;
	margin-left: 120px;
	margin-top:50px;
	

}

.le_news_item{
	border:1px dashed;
	margin:10px;
	padding: 5px;
	background-color::#FFF8DC;
}
.le_news_title{
	font-weight:bold;
	font-size:2.0em;
	color:#000000;
	text-decoration:none;
}


.le_news_text{
	margin-top:20px;
}
.le_news_date{
	margin-top: 4px;
}
.le_news_author{
	margin-top: 4px;

}

.comment_header{
	font-size:1.2em;
	font-weight:bold;

}
.comment{

}
.comment_date{

}
.comment_name{
	font-weight:bold;
}

#comment_textarea{
	width:400px;
}

#comment_input{


}

