		/* Zooi voor links */
A:link		{ color: #660000; text-decoration: none; }	/* unvisited link */
A:visited	{ color: #660000; text-decoration: none; }	/* visited link */
A:active	{ color: #660000; text-decoration: none; }	/* active link */
A:hover		{ color: black; text-decoration: underline; }	/* hover or mouseover link */

		/* Zooi voor alle normale tekst */
body		{ font-family: arial; font-size: small; background-color: #eeeeee; }


		/* Zooi voor tabellen. */
th		{ font-size: medium; font-weight: bold; text-align: center; background-color: #660000; color: #ffffff; }
td		{ background-color: #cccccc; }
.center		{text-align: center}

		/* Zooi voor speciale tekst, headers enzo */
h2		{ color: #660000; }
h3		{ color: #660000; }
h4		{ color: #660000; }