/* nieuwsblok (container) */
div#rssnews
{
	width: 250px;
	font-family: Arial, sans serif;
	padding: 5px;
}

/* heading boven nieuwsitems */
div#rssnews h2
{
	border-bottom: 1px solid #999;
	text-align: center;
	font-size: 14px;
}

/* titel van nieuwsitem */
div#rssnews div#title
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 10px;
}

/* datum van nieuwsitem */
div#rssnews div#pubdate
{
	font-family: Arial;
	color: #dddddd;
	font-size: 8pt;
}

/* inhoud van nieuwsitem */
div#rssnews div#content
{
	font-family: Arial;
	color: White;
	font-size: 10pt;
	
}