body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#000;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

.index-kop {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: none;
	color: #008FBE;
}
.index-nadrukblauw {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #008FBE;
}

.index-koprood {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: none;
	color: #FF1E23;
}

.index-kop-lijn {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	text-decoration: underline;
}
.tekst-nadruk {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	line-height: 30px;
}
.tekst {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
}
