/* CSS ter Horst Webdesign */


#news-text{
	font-size:10px;
	font-family:Verdana;
	color:#a867aa;
	line-height:18px;
	}

#titel{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#a867aa;

}

#datum{
	font-size:10px;
	font-family:Verdana;
	color:#5d5d5d;
}

#news-text a:link {
	color:#555555;
	font-size:10px;
	font-weight:normal;
	font-family:verdana;
	text-decoration:none;
}

#news-text a:active {
	color:#555555;
	font-size:10px;
	font-weight:normal;
	font-family:verdana;
	text-decoration:none;
}

#news-text a:visited {
	color:#555555;
	font-size:10px;
	font-weight:normal;
	font-family:verdana;
	text-decoration:none;
}

#news-text a:hover {
	color: #a867aa;
	font-size:10px;
	font-weight:normal;
	text-decoration: underline;
	font-family:verdana;
}


