/* CSS Document */

.rss-items {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
body,td,th {
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
}
li {
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 1.4em;
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
	margin-right: 0px;
}
html {
	overflow-y: scroll;
}
a:link {
	font-size: 12px;
	line-height: 1.4em;	
	color: #0066CC;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	font-size: 12px;
	line-height: 1.4em;	
	color: #0066CC;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	font-size: 12px;
	line-height: 1.4em;	
	color: #FE2478;
	text-decoration: underline;
	font-weight: bold;	
}
a:active {
	font-size: 12px;
	line-height: 1.4em;	
	color: #FE2478;
	text-decoration:none;
	font-weight: bold;
}
