* {
	color: Black;
	font-family: Arial;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
body {
	background: transparant;
}
H1 {
	text-align: right;
	color: #A60064;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
}
.rssentry {
	width: 250px;
	padding: 0px;
	margin: 0px;
	
}
#rssnieuws {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
	float: left;
}
#rssnieuws .rsstitel {
	color: #A60064;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: right;
	background-color: White;
	padding-bottom: 2px;
	width: 250px;
}
#rssnieuws UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#rssnieuws UL LI {
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}
#rssnieuws UL LI A, #rssnieuws UL LI A:visited {
		text-decoration: none;
	width: 240px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	border-bottom: 1px solid #A60064;
	background-color: White; /* rgba(255,255,255,0.5); */
	color: Black; /* #A60064; */
	filter:alpha(opacity='50');
	opacity: .50;
	font-size: 11px;
	margin: 0px;
	text-align: right;
}
#rssnieuws UL LI A:hover {
		text-decoration: none;
	border-bottom: 1px solid #A60064;
	background-color: White; /* rgba(255,255,255,0.7); */
	filter:alpha(opacity='70');
	opacity: .70;
	color: #A60064;
	font-size: 11px;
}
.imgdesc {
	position: relative;
	display: block;
	height: 90px;
	width: 250px;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	float: right;
}
.imgdesc cite {
	background: #A60064;
	filter:alpha(opacity=55);
	opacity:.55;
	color: White;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2px;
	font-style: normal;
	font-weight: bold;
	height: 15px;
	text-align: right;
	width: 246px;
}
.imgdesc IMG {
	border: 0px;
	float: right;
}
