/* Generieke Style Sheet - A.U. Luyer - http://www.luyer.nl/
   v1: 25 nov 2002
   v2: 24 apr 2003 datum en tip notatie toegevoegd
   v3: 24 jul 2003 th toegevoegd.

Eerst globale instellingen:
Alle tekst dezelfde lettertype */
* {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* behalve pre */
pre {
	font-family: monospace;
}

p,td,body,li,pre {
	font-size: x-small;
	color: blue;
}

h1,h2,h3,h4,h5,h6,h7,hr {
	color: blue;
}

h4,h5 {
	margin-bottom: 0px;
}

td {
	vertical-align: top
}

hr {
	width: 90%;
	background-color: green;
	color: green;
	border-style: none;
}

a {
	color: #0000A0;
}

a:visited {
	color: #800080;
}

a:active {
	color: #FF0000;
}

a:hover {
	color: #8000FF;
    background-color: #ffffe3;
}

.datum { /* datum veld in artikel */
	font-size: 80%;
	font-weight: bold;
	color: black;
}

.tip { /* voor tekst met toelichting c.q. voetnoot dmv title="" */
	cursor:help; /* alleen MSIE */
	color: #336699; /* kleur voor overige browsers */
}

body {
	background: #FDE7DC;
	scrollbar-face-color: blue; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: blue; 
	scrollbar-3dlight-color: blue; 
	scrollbar-arrow-color: #FDE7DC; 
	scrollbar-track-color: #FDE7DC; 
	scrollbar-darkshadow-color: #FDE7DC;
	background-image: url(bg.jpg); 
}

th {
	font-weight: bold;
	/* text-align: left; */
	font-size: x-small;
}

ul ul a {
	font-size: 120%;
}

ul ul {
	list-style-type: square;
}

em {
	color: red;
	font-style: normal;
}