<style>
h5		{version:		2.2;}

@font-face {font-family: headingfont; src: url(/font/appleberry.ttf);}
@font-face {font-family: robotolight; src: url(/font/Roboto-Light.ttf);}
@font-face {font-family: Heebo-Light; src: url(/font/Heebo-Light.ttf);}
@font-face {font-family: UchronyArrows-Regular-FFP; src: url(/font/UchronyArrows-Regular-FFP.ttf);}
@font-face {font-family: Littlearrows-Regular; src: url(/font/Littlearrows-Regular.otf);}

html	{scroll-behavior: smooth;}
a		{
		}
body	{
		font-family:	tahoma, arial;
		font-size:		10pt;
		font-weight:	normal;
		color:			black;
		text-decoration:	none;
		}
td		{
		font-family:		tahoma, arial;
		font-size:			10pt;
		font-weight:		normal;
		color:				darkgoldenrod;
		text-decoration:	none;
		}
.pvlogo {
	    position:			fixed; 
	    top:				8px;
		right:				6px;
	    padding:			0px;
	    display:			inline-block;
	    z-index:			3;
		}

.kop1	{
		font-family:		headingfont, sans-serif;
		font-size:			20pt;
		font-weight:		normal;
		color:				navy;
		text-decoration:	none;
		padding:			0px 0px 20px 0px;
		}
.kop2		{
		font-family:		verdana;
		font-size:		10pt;
		font-weight:		bold;
		color:			navy;
		text-decoration:	none;
		padding:			0px 0px 2px 0px;
		}
.kleintje	{
		font-family:		Heebo-Light, calibri, arial, sans-serif;
		font-size:			8pt;
		font-weight:		normal;
		color:				#888888;
		text-decoration:	none;
		}
.copyright	{
		font-family:		Heebo-Light, calibri, arial, sans-serif;
		font-size:			10pt;
		font-weight:		normal;
		color:				darkkhaki;
		text-align:			left;
		xxwidth:				500px;
		width:				80%;
		max-width:			92%;
		background-color:	#444444;
		border:				1px solid darkkhaki;
		padding:			10px;
		}
img.roundborder {
		max-width:			95vw;
		max-height:			80vh;
		border:				1px solid lightgray;
		padding:			2px;
		background-color:	black;
		box-shadow:			0 0 15px 2px black;
		-webkit-border-radius:	0px;
		-moz-border-radius:	0px;
		-ms-border-radius:	0px;
		-o-border-radius:	0px;
		border-radius:		0px;
		}
.knopvv {
		font-family: 'UchronyArrows-Regular-FFP';
		font-size: 250%;
		cursor: pointer;
		padding-top: 10px;
		z-index: 2;
		}
.knopvorige {
		margin-right: 25px;
		float: left;
		}
.knopvolgende {
		margin-left: 25px;
		float: right;
		}
@media screen and (min-width: 800px) {
    .kop1 {
        font-size:			28pt;
		}
    .copyright {
        font-size:			11pt;
		}
	}
@media screen and (min-width: 1100px) {
    .kop1 {
        font-size:			34pt;
		}
    .copyright {
        font-size:			12pt;
		}
	}
</style>
