/* Eigenschappen voor body: */
BODY		{background-color: #B9BCFD; text-align: left; font-family: Arial; font-size: 12px; margin-left: 25}

/* Eigenschappen voor koppen: */
H1		{color: #000000; font-size: 20px; text-align: center; margin-top: 5; margin-bottom: 5; text-weight: text-weight: bold}
H2		{color: #000000; font-size: 17px; text-align: left; margin-top: 5; margin-bottom: 5; text-weight: bold}
H2.center	{text-align: center}
H3		{color: #000000; font-size: 15px; text-align: left; margin-top: 5; margin-bottom: 5; text-weight: bold}
H3.center	{text-align: center}
H4		{color: #000000; font-size: 13px; text-align: left; margin-top: 5; margin-bottom: 5; text-weight: bold}


/* Eigenschappen voor tabellen: */
TABLE		{color: #000000; font-size: 12px}
TD		{color: #000000; font-size: 12px}

/* Eigenschappen voor paragrafen */
P		{color: #000000; font-size: 12px; margin-bottom: 5; margin-top: 5}
P.contact	{font-family: Verdana; font-size: 10px; margin-bottom: 0; margin-top: 0}

/* Eigenschappen voor links: */
A		{font-weight: bold}
A:link		{color: #0000E0; text-decoration: none}
A:visited	{color: #0000C0; text-decoration: none}
A:active	{color: #0000FF; text-decoration: underline}
A:hover		{color: #0000FF; text-decoration: underline}
A.groot		{font-size: 16px}
