body
{
	background-color: #4bec43; /* #CCCCCC; */
	background-repeat: no-repeat;
	background-position: top center;
	color: #000000;
	font-size: 12pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin-left: 120px;
	margin-right: 120px;
}

body h1
{
	font-size: 22pt;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
}

body h2
{
	font-size: 14pt;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
}

body h3
{
	font-size: 12pt;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* h4 wordt gebruikt voor de datum onder aan verouderende pagina's */
body h4
{
	font-size: 8pt;
	text-align: right;
}


/* Voor alle a-tags (met betreffend toestand) binnen de body-tag: */
body a,
body a:active,
body a:visited
{	
	color: #000000;
	text-decoration: none;			
}

body a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

/* # slaat op het id */
table#ledentabel
{
	
}

table#ledentabel th
{
	font-size: 14pt;	
	text-align:left;
	padding-right: 20px;
	padding-bottom: 10px;	
}

table#ledentabel td
{
	font-weight: bold;
	padding-right: 20px;
	vertical-align: top;
}


