/* CSS Document */

.rss-box {
	font-family:'Arial', Helvetica, sans-serif;	
}

.rss-title {
	font-size:18px;
	line-height:18px;
}

.rss-title a:link {
	color: #3598ff;
	text-decoration:none;
}
.rss-title a:visited {
	color: #3598ff;
	text-decoration:none;
}

.rss-title a:hover{
	color: #3598ff;
	text-decoration:underline;
}

.rss-title a:active {
	color: #3598ff;
	text-decoration:none;
}

.rss-items {
	margin-bottom:60px;
	padding:0px;
}

.rss-item {
	font-size: 13px;
	line-height:16px;
	color:#333333;
	margin-bottom:16px;
}

.rss-item a{
	font-size:16px;
	line-height:18px;
	color: #3598ff;
}

.rss-date {
	font-size:12px;
	color: #666666;
	line-height:16px;
}