@import url("style.css");

.comment{
	width:520px;
	margin:10px auto;
	font-size:0.9em;
	line-height:1.3;
	color:#FFFFFF;
}

.new_info{
	height:130px;
	border-top:1px solid #503C3C;
	border-bottom:1px solid #503C3C;
	margin-top:5px;
	padding:5px;
}

.new_info li{
	list-style:none;
}
.comment a{
	color:#FFFFFF;
}

.comment a:hover{
	color:#FFFF66;
}
