
body		{
	margin: 0px;
	font-family: Verdana;
	background-color: #FFFFCC;
}
			
			
A 			{
	color: #4169E1;
	font-weight : bold;
}
		
		
A:hover
{
	color: #CC0000;
	text-decoration: underline;
}
	
				
.tabnormal	{
	background: URL('images/nav_wit_midden.gif');
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

			
A.tablink	{
	text-decoration: none;
	color:black;
}
	
A.tablink:hover{ 
				text-decoration: underline;
			}		

.tabactief	{
	background: URL('images/nav_blauw_midden.gif');
	font-size: 11px;
	font-weight: bold;
	color:#CC0000;
}
			
A.tabsublink{
	font-size: 11px;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 6px;
	color: black;
	font-weight : normal;
}
	
A.tabsublink:hover{
	color: Black;
	background-color : Yellow;
	text-decoration : none;
	font-weight : normal;
}
			
A.tabsubactief{
	font-size: 11px;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 4px;
	font-weight : bold;
	color:#CC0000;
}

A.tabsubactief:hover{
	text-decoration: none;
}


.titel		{
				color: #CC0000;
				font-size: 18px;
				font-weight: bold;
			}
			
.tekst		{
  	font-size: 12px;
	padding-bottom: 10px;
}
			
.tabeltekst	{
	font-size: 12px;
}
			
HR			{
				height: 1px;
				color: #6699CC;
			}
			
h1			{
	color: #CC0000;
	font-size: 18px;
	font-weight: bold;
}
			
.markeer	{
				background-color: #FFCC00;
			}

.credits	{
				font-size: 11px;
				font-weight: bold;
			}
			
.rand_dik	{
				border-bottom: 2px solid black;
			}
			
.rand_dun	{
				border-bottom: 1px solid black;
			}
			
table {
	font-size : 12px;
}	
		
pre
{
	font-size : 10pt;
}