body 	{
		background-color: #FFFFE7;
		scrollbar-face-color: #FFF5A3;
		scrollbar-highlight-color: #FFFCE7;  // linker en bovenranden van bar en pijlblokjes
		scrollbar-shadow-color: #FFFCE7;  // niet rechter en onderranden van bar en pijlblokjes
		scrollbar-3dlight-color: #000000;
		scrollbar-arrow-color:  #DEC600;
		scrollbar-track-color: #FFFCE7;
		scrollbar-darkshadow-color: #FFFFE7;  // rechter en onderranden rondom bar en pijlblokje
	}

A:link	{	
		color: #C60000; 
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: regular;
		text-decoration: underline;
	}

A:active 	{	color: #C60000;
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: regular;
		text-decoration: underline;
	}

A:visited 	{	color: #C60000;
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: regular;
		text-decoration: underline;
	}

.PG	{	line-height: 10; }

.FOR	{	font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #000084;
	}
.GRK	{	font-family: arial, sans-serif, symbol;
		font-size: 10pt;
		font-weight: bold;
		color: #000084;
	}
.forin	{	font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		color: #000084;
	}

.tab	{	font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		text-align: center;
		color: #000084;
	}
.fig	{	font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		text-align: center;
		color: #000084;
	}

P	{	font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: normal;
		margin-top: 4pt;
		margin-bottom: 4pt;
		color: #000084;
	}

UL	{	
		margin-top: 6pt;
		margin-bottom: 2pt;
	}

LI	{	font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: normal;
		margin-top: 2pt;
		margin-bottom: 2pt;
		color: #000084;
	}

.small	{	font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		margin-top: 0%;
		color: darkblue;
	}

H1	{	font-family: arial, helvetica, sans-serif;
		font-size: 20pt;
		font-weight: bold;
		margin-top: 10%;
		color: #000084;
	}
H2	{	font-family: arial, helvetica, sans-serif;
		font-size: 18pt;
		font-weight: bold;
		margin-top: 0%;
		color: #000084;
	}

H3	{	font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		margin: 0px;
		color: #00084;
	}

.acc	{	font-style: italic;
		color: red;
	}

.lnk	{	font-family: arial, helvetica, sans-serif;
		color: #AA3200;
	}
.sim	{	font-family: arial, helvetica, sans-serif;
		color:#055B56;
		text-decoration: underline;
	}

SUP	{	font-family: arial, helvetica, sans-serif;
		font-size: 7pt;
		font-weight: bold;
	}
SUB	{	font-family: arial, helvetica, sans-serif;
		font-size: 7pt;
		font-weight: bold;
	}
.SUB	{	position: relative;
		top: 3px;
		right: 0px;
		font-size: 7pt;
	}
.SUP	{	position:relative;
		top: -3px;
		right: 0px;
		font-size: 7pt;
	}

/* Positioneert de grafische formules in de tekst*/

.pform	{
	position: relative;
	top: 3px;
	}

.COL	{	//  grijsblauw voor de links in het colofon:
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		color: #40406D;
		text-decoration: none;
	}

/* 
css-codes van de popup-layers:
*/

#anim 	{			/* popup-layers bij quizz, animatie en simulatie */
	background-color:  #F7F7E7;
	position: absolute;
	width: 360px;
	border: 1px solid #471515;
	border-top: 20px solid #471515;
	visibility: hidden;
	}

.qtext 	{
	margin: 20px 5px 20px 20px;
	}

#alt0	{
	position: relative;
	height:  50px;
	width: 300px;
	visibility: hidden;
	}

.link2	{			/* tekst van de 'sluiten'-link vd popup-layers */
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	color: #F3F3F3;
	}

#sluiten	{			/* 'sluiten'-layer in de balk vd popup-layers */
	position: relative;
	top: -20px;
	left: 85%;
	background-color: #471515;
	}
