A { text-decoration: none; color: rgb(51,51,204) }
A:visited { color: rgb(51,51,204) }
A:active { color: rgb(255,0,0) }
A:hover { text-decoration: underline; color: rgb(255,0,0) } 
	/* hover = links worden rood on-mouse-over (alleen IE)  */

p { font-size: 9pt; color: black; font-family: Verdana, Arial, Helvetica, sans-serif }
	/* p = normale tekst in weblog en archieven */

ul { font-size: 9pt; color: black; font-family: Verdana, Arial, Helvetica, sans-serif }
	/* ul = ongeordende lijst is idem aan p-normale tekst */

hr { height=1; style=noshade; color: rgb(153,153,102);}
	/* hr = voor de lijnen in het gastenboek */

h1 { font-size: 20pt; color: rgb(153,153,102); font-family: Verdana, Arial, Helvetica, sans-serif }
	/* h1 = welkom boven weblog */

.ha1 { font-weight: bold; font-size: 18pt; color: rgb(153,153,102); font-family: Verdana, Arial, Helvetica, sans-serif }
	/* h1 = welkom boven weblog */

h2 { font-size: 16pt; color: rgb(0,102,0); font-family: Times New Roman, Arial, Helvetica, sans-serif }
	/* h2 = titel boven de maand-archieven */

h3 { font-size: 20pt; color: rgb(0,0,0); font-family: Times New Roman, Arial, Helvetica, sans-serif }
	/* h3 = titel boven de lijstjes */

h4 { font-weight: bold; font-size: 10pt; color: rgb(255,0,0); font-family: Verdana, Arial, Helvetica, sans-serif }
	/* h4 = welkom-titel bovenaan weblog */

small { font-size: 9pt; color: rgb(102,102,153); font-family: Arial, Helvetica, sans-serif }
	/* klein = voor alle nvdr in de weblogbody */

.klein { font-size: 9pt; color: rgb(0,0,0); font-family: Arial, Helvetica, sans-serif }
	/* klein = voor alle tekst en links in de linkerkolom */

.mini { font-size: 8pt; color: black; font-family: Arial, Helvetica, sans-serif }
	/* p = heel kleine tekst in weblog en archieven */

.tiny { font-size:10px; color: rgb(0,0,0); font-family: verdana, helvetica, sans-serif; }
.tinyblue { font-size:10px; color: rgb(51,51,204); font-family: verdana, helvetica, sans-serif; }

.promo { font-weight: bold; font-size: 9pt; color: rgb(51,51,204); font-family: Arial, Helvetica, sans-serif }
	/* promo = homepage-favorieten lijntje bovenaan weblog (alleen IE) */

.flag { font-weight: bold; font-size: 11pt; color: rgb(204,204,153); font-family: Verdana, Arial, Helvetica, sans-serif }
	/* flag = tekst in de vlaggen in de linker- en rechterkolom van weblog */

.link { font-weight: bold; font-size: 11pt; color: rgb(51,51,204); font-family: Verdana, Arial, Helvetica, sans-serif }
	/* link = de vette blauwe link-van-de-dag in weblog en archieven */


