/*
De standaard instelling van de Muzikale Oude Dorps-Kerstwandeling Noordwijk
body gegevens
*/
body         {
	background-image:url(pictures/Home1.jpg);
	background-color: "008040";
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color:#000040;
			  }
/*
De kopgegevens
*/
div.Kop      { font: 800 30pt "Comic Sans MS", "Times New Roman";
             }

div.Kop1      { font: 800 24pt "Comic Sans MS", "Times New Roman";
             }
div.Kop2      { font: 800 18pt "Comic Sans MS", "Times New Roman";
             }
div.Kop3      { font: 800 14pt "Comic Sans MS", "Times New Roman";
             }

div.jaar    { font: 800 22pt "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif, "Times New Roman";
               text-align: center;
             }
div.maand    { font: 800 18pt "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif, "Times New Roman";
               text-align: center;
             }
div.datum    { font: 300 8pt "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif, "Times New Roman";
               text-align: center; 
             }

/*
*/

div.Datums   { font: italic 300 10pt "Comic Sans MS", "Times New Roman";
                 
             }

/*
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;}
             }
/*
Tabelgegevens
*/

tr			 {vertical-align: top;
			 }
