/* platte tekst nieuwsartikelen */
P, BODY, TD {
	font-family: verdana,arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	line-height: 18px;
}

TD.kop, .kop {
	font-family: verdana,arial;
	font-size: 18px;
	color: #FF3333;
	font-weight: bold;
	text-align: left;
	line-height: 28px;
}
TD.contact {
	font-family: verdana,arial;
	font-size: 11px;
	color: #666666;
	text-align: left;
	line-height: 14px;
}

/* links */
A {
	color: #111111;
	text-decoration: underline;
}

A:VISITED {
	color: #111111;
	text-decoration: underline;
}

A:Active  {
	color: #FF3333;
	text-decoration: underline;
}

A:Hover  {
	color: #FF3333;
	text-decoration: underline;
}


