/* fw NL (Klein cellotechniek) */

body {
	font-family: Palatino Linotype, serif;
	font-size: 13pt;
	color: black;
}

/* link-kleuren  #5e4392 #ff0000rood*/
a:link 		{color: #37307B; text-decoration: underline; }
a:active 	{color: #0000ff; text-decoration: underline; }
a:visited 	{color: #254721; text-decoration: underline; }
a:hover 	{color: #B2071A; text-decoration: none; }	

/* h1 = pagina-titel 
background-color: blue;
font-size
line-height: 3;
text-decoration: overline;
*/
h1 {
	color: white;
	font-size: 44pt;
	font-weight: bold;
	line-height: 0.7;
}

/* h2 = menu */
h2 {
	color: white;
	font-size: 13.5pt;
	font-weight: normal;
	line-height: 0;
	text-align: center;
}

/* h3 = tussenkop */
h3 {
	font-size: 18pt;
	line-height: 2;
	text-align: center;
}

/* h4 = toelichting plaatjes (waarom hier)
*/
h4 {
	font-size: 12pt;
	font-weight: normal;
	line-height: 0;
	text-align: center;
}

/* h5 = beschrijving plaatje (locatie) */
h5 {
	font-size: 10pt;
	font-weight: normal;
	line-height: 0;
	text-align: center;
}

/* p */

p {
	color: black;
	font-size: 13pt;
	line-height: 1.5;
}


a {
	color: blue;
}

/* IMG centreren
koppelen aan img met <img class="centered"> in HTML
*/
img.centered {
	display: block;
	margin-top: 30pt;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto 
}

/* valign=top voor alle cellen */
td {
	vertical-align: top;
}
