/* CSS Document */

/*  algemene body style  */
body{
	background-color:#FFF9dd; /* body achtergrond */
	font-family:Verdana; /* body font */
	font-size:12px; /* body font grootte in pixels */
	color:#003300; /* body font color */
}


/*  class voor de onzichtbare divs  */
.gmax{
	display:none;	
}
