#rss
{
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 90%;
	margin-top: 10px;
	background-color: #323232;
	background-image: url(res/rssfeedback.jpg);
	background-repeat: repeat;
	border: 1px solid #999999;
	padding-right: 5%;
	padding-bottom: 9px;
	padding-left: 5%;
	color: #FFFFFF;
}
.rssdate
{
	font-size: 10px;
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/**** LINKS ****/

	a {
	color : #CC0000;
	text-decoration : underline;
	}
	a:hover {
	text-decoration : none;
	}
	.b {
	color : #FFFFFF;
	text-decoration : underline;
	}
	.b:hover {
	text-decoration : none;
	color: #CCCCCC;
	}
	.c {
	color : #FFCC00;
	text-decoration : underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	.c:hover {
	text-decoration : underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	}
	.headline_picborder {
	border: 1px solid #FFFFFF;
	}
	.headline_picborder:hover {
	border: 1px solid #999999;
	}
