.news
{
	position: 		absolute;
	top: 			0px;
	left: 			0px;
	right:			0px;
	bottom: 		0px;
	overflow: 		auto;
    font-family: 	Verdana;
    font-size: 		11px;
}
.news a, .news a:link, .news a:visited, .news a:active
{
	text-decoration: 	underline;
	color:				#333;
	font-weight:		bold;
	font-family:		Verdana;
	font-size:			11px;
	cursor: 			pointer;
}
.news a:hover
{
	color:				#fff;
	text-decoration: 	none;
	font-family:		Verdana;
	font-size:			11px;
}

.news .list
{
	margin-left: 		5px;
	margin-right: 		5px;
	margin-top: 		5px;
	
	border: 			1px solid #333;
	
	-webkit-border-radius: 	5px 5px 5px 5px;
	-khtml-border-radius: 	5px 5px 5px 5px;
	-moz-border-radius: 	5px 5px 5px 5px;
	border-radius: 			5px 5px 5px 5px;
}
.news .list .title
{
	font-size: 			14px;
	font-weight: 		bold;
	color: 				#000;
	background-color: 	#BBB;
	
	padding: 			5px;
}
.news .list .content
{
	background-color: 	#DDD;
	padding: 			5px;
}
.news .list .news_comment
{
	background-color: 	#BBB;
	padding: 			0px;
	-webkit-border-radius: 	0px 0px 5px 5px;
	-khtml-border-radius: 	0px 0px 5px 5px;
	-moz-border-radius: 	0px 0px 5px 5px;
	border-radius: 			0px 0px 5px 5px;
}