.news_list {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.news_list ul li {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: -30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: -10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	list-style-type: none;
}
.news_list a {
	text-decoration: none;
	color: #000;
}
.news_list a:hover {
	text-decoration: underline;
}
.news_list img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

