
/* Standaard instellingen */

body	{
	background: #c0c0c0;
	color: #000000;/* algemene tekst kleur */
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px; 
	font-size: 100%;
	font-weight: bold;
	font-family: arial, sans-serif;
	line-height: 100%; /* regelafstand vergroten */
	text-align: center;
	}




/* h1 normale koptekst, groot, gecentreerd en in hoofdletters */
h1	{ 
	margin: 2px; 
	padding: 2px;
	font-size: 200%;
	font-weight: bold;
	font-family: arial, sans-serif;
	line-height: 100%; /* regelafstand vergroten */
	text-transform: uppercase; /* alles in hoofdletters */
	text-align: center;
	}



/* h6 wordt gebruikt om frame top titel weer te geven */
h6	{ 
	margin: 0px; 
	font-size: 200%;
	color : #666666;
	background: transparent;
	line-height: 100%; /* regelafstand vergroten */
	font-weight: bold;
	font-family: Times, serif;
	text-align: center;
	}
	
span.titelr  {
	color : #cc0000;
	}
/* Normale Alinea instellen, grotere letter en meer regelafstand */
p	{ 
	margin: 0px; 
	font-size: 100%;
	font-weight: normal;
	font-family: arial, sans-serif;
	line-height: 100%; /* regelafstand vergroten */
	text-align: left;
	}





/* Border volgorde is ==> boven, rechts, onder, links */


/* een link */
a:link	{
	display : block;
	color: #B40404;
	margin: 1px; 
	Padding: 2px;
	border-style : solid none solid none;
	border-width : 2px;
	border-color : #000000;
	background: #A4A4A4;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	}

/* een bezochte link */
a:visited {
	display : block;
	color: #800080;
	margin: 1px;
	Padding: 2px; 
	border-style : solid none solid none;
	border-width : 2px;
	border-color : #000000;
	background: #A4A4A4;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	}

/* een link met de muis erboven */
a:hover {
	display : block;
	color: #ff8000;
	margin: 1px;
	Padding: 2px; 
	border-style : solid none solid none;
	border-width : 2px;
	border-color : #6E6E6E;
	background: #6E6E6E;
	font-size: 80%;
	text-decoration: none;
	font-weight: bold;
	}

/* een active link */
a:active {
	display : block;
	color: #ff8000;
	margin: 1px;
	Padding: 2px; 
	border-style : solid none solid none;
	border-width : 2px;
	border-color : #000000;
	background: #6E6E6E;
	font-size: 80%;
	text-decoration: none;
	font-weight: bold;
	}

/* tabel eigenschappen  */
table.links {
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	border: 0px; 
	border-collapse: collapse;
	background: transparent;
	}

td	{
	text-align: center; 
	background: transparent;
	}