body {
	font-family:Arial,Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
        margin: 0px;
        padding: 0px;
	background-color: #cbc6bb;
	}

img {
        border:0;
        border-bottom: 2px solid #9a9486;
}
.feeditem {
	display:block;
        border-bottom: 2px solid #9a9486;
	border-left: 2px solid #9a9486;
        border-right: 2px solid #9a9486;
	width: 141px;
	margin: 0;
}
.feeditem img {
	border:0px;
	float:left;
	margin-right: 6px;
	align: left;
        margin-top: 1px;
        margin-bottom: 1px;
}

.feedtitle {
	display:block;
	color: #ce598e;
	font-size: 11px;
	font-weight: bold;
	width: 83px;
	height: 54px;
}
.feedtitle a {
	text-decoration: none;
	color: #0e0d0c;
}
#pijltje {
        text-align: left;
        font-weight: bold;
        height: 12px;
        background-image: url('/images/newsfeedarrow.gif');
        background-repeat: no-repeat;
}

#pijltje {
	color: #5b584f;
}

#pijltje a {
        text-decoration: none;
        color: #0e0d0c;
        background-image: url('/images/newsfeedarrow.gif');
        background-repeat: no-repeat;
}
#pijltje a:visited {
        text-decoration: none;
        color: #5b584f;
}
#pijltje a:hover {
        text-decoration: none;
        color: #5b584f;
}

#pijltjetxt {
        color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background-image: url('/images/newsfeedarrow.gif');
	background-repeat: no-repeat;
	margin-left: 3px;
}
#pijltjetxt a {
        text-decoration: none;
        color: #000000;
        background-image: url('/images/newsfeedarrow.gif');
        background-repeat: no-repeat;
}
#pijltjetxt a:visited {
        text-decoration: none;
        color: #000000;
}
#pijltjetxt a:hover {
        text-decoration: none;
        color: #000000;
}


