/* HIERONDER STAAN JE CSS - STYLES , LINK EM NAAR ELKE PAGINA VOOR CONSISTENTIE */

html, body	{

	margin: 0px;

	padding: 0px;

	text-align:center;
	
	height: 100%;

}





body { 	

	background-color:#FFCCCC; 			 /*nu rose */ 

	color:#000000; 			   /* nu zwart */

	font-family: Times New Roman, Verdana, Arial, sans-serif;

	font-size:16px;
	

}



.all	{

	margin: 0 auto;

	width: 990px;
}



form	{

	text-align:center;

	background-color: pink;

	padding:3px;

	border: 1px solid orange;

}



table 	{
	border: 1px solid purple;  /* tabellen hebben een buitenrand */
	width: 990px;
	/* border-collapse: collapse; */    /* dit wil je als de border van TABLE en de border van TD samensmelten tot 1 rand! */
}
tr	{}

th 		{
	margin: 0px; 
	padding: 2px;
	border: 1px solid purple;
}

td{ 
	margin: 0px; 
	padding: 2px;
	border: 0px ;
}



p	{

	text-align: center; 	/* ELKE ALINEA heeft hiermee een centrale (center) uitlijning */

}



h1	{

	text-align: center;

	font-family: Comic sans ms, Cursive, Verdana, Arial;

	font-size:16px;

	font-weight: normal;

}



h2	{

	    font-family: Comic Sans MS, Verdana, cursive ; 

		font-size: 20px; 
		
		color:purple;

		font-weight: bold;
		
		text-align:left;
		
		margin:10px

}



h3	{															/* de h3 wordt gebruikt voor de naam ALCHAKRA */

	font-family: Comic sans ms, Verdana, Cursive, Arial;

	font-size:18px;

	text-align:center;

	font-weight: normal;

}



h4 	 {

	font-family: Comic Sans MS, Verdana, cursive ; 

	text-align: Right;

	font-size: 14px
	
	
}

	

.groen	{

	background-color:#00FF00;

}

.blauw	{

	background-color:#00FFFF;

}

.rose	{

	background-color:#FF00FF;

}



.alchakra_logo	{									/* oude logo 353px bij 115 px */

	border: opx;

	width: 420px;

	height:150px;

}





a:link	{

	text-decoration: underline;

	color:purple;

	font-weight: bold;
	

}

a:active	{

	text-decoration: underline;

	color:purple;

	font-weight: bold;

}

a:visited	{

	text-decoration: underline;

	color:purple;

	font-weight: bold;

}

a:hover	{

	text-decoration: none;

	color:fuchsia;

	font-weight: bold;

}



.tekst	{
	font-family: Palatino Linotype, Times New Roman, serif;
	font-size: 16px;
	text-align:left;
	font-weight: normal;
	/* border: 1px solid red;  als je wilt testen zet border om iets heen, en alles is herkenbaar */
	margin:0 10px 0 10px; /* top, right, bottom, left */
}



img 	{
	margin: 10px; 
	
	padding:10px;
	
	border: 0px ;
	
	
