/*body algemeen*/
body, TD{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
/*text*/
.titel{	font-size: 18px;	font-style: normal;	font-weight: normal;}
.italic{	font-style: italic;	font-size : 14px;}
.kunstenaars {	font-size : 14px;}
.normaal{	font-weight : normal;	font-size : 14px;}
.bijschrift{	font-size : 9px;}
.jaar{	font-size : 14px;	font-style: normal;	font-weight: normal;}
/*gewone link*/
A{color: black;	text-decoration: none;	font-size: 14px;font-weight: bold;}
a:hover   {	text-decoration: underline;}
#inhoud A{color: black;	text-decoration: none;	font-size: 12px;font-weight: bold;}
#inhoud a:hover   {	text-decoration: underline;font-size: 12px;}
/*link jaartallen*/
a.jaartal:active {
	font-size: 24px;
	color: Gray;
	font-style: normal;
	font-weight: normal;
	text-decoration : none;
}
a.jaartal:link {
	font-size: 24px;
	color: Gray;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a.jaartal:visited {
	font-size: 24px;
	color: Gray;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a.jaartal:hover {
	font-size: 24px;
	color: Black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a.jaartalon:active {
	font-size: 24px;
	color: Black;
	font-style: normal;
	font-weight: normal;
	text-decoration : none;
}
a.jaartalon:link {
	font-size: 24px;
	color: Black;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a.jaartalon:visited {
	font-size: 24px;
	color: Black;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a.jaartalon:hover {
	font-size: 24px;
	color: Black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
/*definitie 2de link*/
a.bold:active {
	font-size: 12px;
	color: Black;
}
a.bold:link {
	font-size: 12px;
	color: Black;	
}
a.bold:visited {
	font-size: 12px;
	color: Black;
}
a.bold:hover {
	font-size: 12px;
	color: Black;
	font-weight : normal;
	text-decoration : underline;
}

/*definitie URLlink*/
a.linkbold:active {
	font-size: 12px;
	color: Black;
}
a.linkbold:link {
	font-size: 12px;
	color: Black;
	;
}
a.linkbold:visited {
	font-size: 12px;
	color: Black;
}
a.linkbold:hover {
	font-size: 12px;
	color: Black;
}
