@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	list-style:none;
}
a{
	color:#666;
	margin: 0px;
	padding: 0px;
}
div#news{
	border: 5px solid #C0C0C0;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
ul#feed{
	font-size:12px;
	line-height:1.5;
	padding:10px;
	list-style-type: none;
	margin: 0px;
}
ul#feed li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #808080;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
ul#feed li span{
	float:left;
	display:block;
	width:110px;
	font-weight: bold;
	color: #0000FF;
}
ul#feed li a {
	text-decoration: none;
	width: auto;
	color: #494949;
	font-weight: bold;
}
ul#feed li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	text-decoration: underline;
	color: #FF8000;
}
