

body	{
	background: #220033;
}


#navigatie li
	{
	/* geen opsommingsteken */
	list-style-type: none;
	list-style-position: outside;
	width: 100px;
	padding: 3px 0 2px 0;
	border-bottom: 1px solid #ffebcc;
	background-color: #220033;

}


#navigatie li a
	{
	/* van de links een block-element maken voor het hovereffect */
	display: block;
	width: 100px;
	color: #ffebcc;
	background-color: #33004D;
	padding: 3px;
	border-bottom: 1px solid #C0C0C0;
	text-decoration: none;

}

#navigatie li a:hover
	{
	background-color: #C0C0C0;
	color: #220033;
}

#navigatie li a:active
	{
	background-color: #3C0059;
	color: #ffebcc;
	text-decoration: underline; color:#808000;
	width: 100px;

}

#navigatie li a:visited
	{
	/* van de links een block-element maken voor het hovereffect */
	display: block;
	width: 100px;
	font-size:17px;
	background-color: #220033;
	color: #C0C0C0;
	padding: 3px;
	border-bottom: 1px solid #C0C0C0;
	text-decoration: none;
}
	
	
body, p	
		{
	font-family: Garamond, "Monotype Corsiva", sans-serif;
	font-size: 17px;
	color: #ffebcc;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	line-height: 100%;
	background: #220033;
	margin: 14px;
	margin-bottom: 20px;

}



	display: block;
