body {
	font-family: garamond, times new roman, serif;
	background-color: White;
}

p {
	font-size: medium;
}


H1 { 
	font-size: x-large;
	text-transform: uppercase;
	letter-spacing: 7px;
}

H2 { 
	font-size: large;
	text-transform: uppercase;
	letter-spacing: 3px;
}

H3 { 
	font-size: medium;
}

H4 { 
	font-size: small;
}

H5 { 
	font-size: x-small;
}

H6 { 
	font-size: xx-small;
}

H6 { 
	font-size: xx-small;
	font-style: italic;
}

div#topmenu {
	/* horizontaal menu boven */
	height: 75px;
	width: 950px;
	margin-left: 0%;
	margin-right: 2%;
	background: #000000;
	background-color: White;
	text-align: center;
	border: none;
}
	
div.main{
	/* container voor de drie kolommen, zodat er een horizontale scrollbalk komt als de schermgrootte niet voldoende is */
	background-color: White;
	width: 950px;
	margin-left: 0%;
	margin-right: 2%;
	overflow: auto; /* scrollbalk als het scherm te klein is */
}

div.photoleft {
	/* blokje met foto links */
	float: left;
	height: 100%;
	width: 310px;
	background-color: White;
	border: none;
}

div.content {
	/* content kolom midden */
	padding: 5px 5px 5px 5px;
	float: left;
	width: 400px;
	background-color: White;
}

div.menuright {
	/* menu rechts */
	padding: 5px 3px 5px 3px;
	float: left;
	width: 220px;
	height: 100%;
	background-color: #CCC;
	border-color:#000;
	border-style: solid;
	border-width: thin;
}

div.menurightvoorpagina {
	/* menu rechts */
	padding: 5px 3px 5px 3px;
	float: left;
	width: 220px;
	height: 100%;
	background-color: White;
}

.menuright {
	font-size: small;
}

.klein {
	font-size: smaller;
}