/*
De standaard instelling van de Muze
body gegevens
*/
body         {
	color: #000000;
	background-color: "dcfcfc";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 300;
			  }
/*
De kopgegevens
*/
div.Datum    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 300;
             }
div.Cursief    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
             }
div.Kop      {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: 800;
             }
div.Kop1     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 800;
             }
div.Kop2     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 800;
             }
div.Menu1    {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
             }
div.Menu2    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 800;
             }

/*
Onderstreep de koppelingen niet en maak de koppelingen rood.
Laat de koppelingen zwart oplichten als ze geactiveerd worden
*/		 
a            { text-decoration:none;}
               a:link {color:"9933ff";}
			   a:visited {color:"9933ff";}
			   a:active {color:black;}
             }
			 

