.newslist
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	background:#fff;
}

.newslist .news
{
	background:#BBB;
	border:2px solid #BBB;
	margin:8px 4px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.newslist .news .header
{
	height:32px;
}

.newslist .news .header .title
{
	font-size:16px;
	color:#900;
	font-weight:bold;
}

.newslist .news .header .subline
{
	font-size:10px;
	color:#333;
	font-style:italic;
}

.newslist .news .content
{
	padding:4px;
	color:#000;
	background:#fff;
	width:100%;
}

	