/* CSS Document */

/*  algemene body style  */
body{ background-color:#0b6c21; /* body achtergrond */
	font-family:Verdana; /* body font */
	font-size:12px; /* body font grootte in pixels */
	color:#ffffff; text-align: justify; /* body font color */
}
p { color: white; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #0b6c21; text-align: justify; }
h2 { color: white; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #0b6c21; text-align: center; margin: 0.83em 0; }
/*  class voor de onzichtbare divs  */
.gmax{
	display:none;	
}
