

h1		{
	font-family: Garamond, "Monotype Corsiva", sans-serif;
	font-size: 23px;
	color: #ffebcc;
	font-style: normal;
	font-weight: bold;
	margin: 16px;

}
	
	
h2		{
	font-family: Garamond, "Monotype Corsiva", sans-serif;
	font-size: 21px;
	color: #ffebcc;
	font-style: normal;
	font-weight: bold;
	margin: 16px;

}


h3		{
	font-family: Garamond, "Monotype Corsiva", sans-serif;
	font-size: 16px;
	color: #ffebcc;
	font-style: normal;
	font-weight: bold;
	margin: 16px;

}


h4		{
	font-family: Garamond, "Monotype Corsiva", sans-serif;
	font-size: 18px;
	color: #ffebcc;
	font-style: normal;
	font-weight: bold;
	margin: 16px;

}


h5		{
	font-family: Garamond, "Monotype Corsiva", sans-serif;
	font-size: 13px;
	color: #ffebcc;
	font-style: normal;
	font-weight: normal;
	margin: 16px;

}


h6		{
	font-family: Garamond, "Monotype Corsiva", sans-serif;
	font-size: 18px;
	color: #ffebcc;
	font-style: normal;
	font-weight: normal;
	margin: 16px;

}



body, P	
		{
	font-family: Garamond, "Monotype Corsiva", sans-serif;
	font-size: 16px;
	color: #ffebcc;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	line-height: 120%;
	background: #220033;
	margin: 16px;
	margin-bottom: 20px;
}



table	{
	width: 100%;
	border: 1px solid #7d5b5b;
}


tr, td  {
	font-family: Garamond, "Monotype Corsiva", sans-serif;
	font-size: 14px;
	color: #ffebcc;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 120%;		
	border: 1px solid #7d5b5b;
	float: none;
}



a:link		{
	font-family: Garamond, "Monotype Corsiva", sans-serif;
	font-size: 16px;
	color: #9b9b00;
	text-decoration: none;
}


a:active 	{ 
	font-family: Garamond, "Monotype Corsiva", sans-serif;
	font-size: 16px;
	color: FF9F9F;
	text-decoration: none;
} 


a:visited 	{ 
	font-family: Garamond, "Monotype Corsiva", sans-serif;
	font-size: 16px;
	color: #C0C0C0;
	text-decoration: none;
}



#navcontainer { /* none needed */ }


#navlist
{
	margin: 0;
	
	padding: 3px 0 2px 0;
	
	list-style-type: none;
	white-space: nowrap;
}


#navlist li
{
	/* van de links een block-element maken voor het hovereffect */
	display: block;
	float: right;
	font-family: Garamond, "Monotype Corsiva", sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 2px;
	padding: 3px 0 2px 0;
	background-color: #b6c2c2;
	border-bottom: 1px solid #b9b900;
	
}


#navlist a, #navlist a:link
{
	margin: 0;
	padding: 4px 8px 3px 8px;
	color: #7d5b5b;
	border-bottom: 1px solid #b9b900;
	text-decoration: none;
}


#navlist a:hover
{
	background-color: #ABBEAD;
	color: #58725B;
}


#navlist a:active
{
	color: #6b4e4e;
	background-color: #b6c2c2;
	text-decoration: underline; color:#B4C5B6;
	border-bottom: 2px solid #9b9b00;
}


#navlist a:visited
{
	/* van de links een block-element maken voor het hovereffect */
	display: block;
	background-color: #D2DCD3;
	color: #FF9595;
	border-bottom: 1px solid #9b9b00;
	text-decoration: none;
}
