body			{
				font-family: verdana, courier new, times, tahoma, sans-serif;
				color: #000000;
				font-size: 10pt;
				font-weight: normal;
				}

/* 
====================================
opmaak van de img tag
====================================
*/

img			{
			border:0px;
			}

/* 
====================================
opmaak van de link
====================================
*/

a				{
				color: #000000;;
				}

a:visited	{
				font-weight: normal;
				font-size: 10pt;
				color:#000000;
				}

a:link		{
				font-weight: normal;
				font-size: 10pt;
				color:#000000;
				}

/*
====================================
opmaak van de headers
====================================
*/

h1			{
				color: #000000;
				font-size: 120%;
				font-weight: bold;
				margin: 20px 0px 0px 0px;
				}

h2			{
				color: #000000;
				font-size: 110%;
				font-weight: normal;
				}

h3			{
				color: #000000;
				font-size: 105%;
				font-weight: bold;
				}

h4			{
				color: #000000;
				font-size: 105%;
				font-weight: bold;
				}

h5			{
				color: #000000;
				font-size: 100%;
				font-weight: bold;
				}

h6			{
				color: #000000;
				font-size: 1em;
				font-weight: bold;
				margin: 20px 0px 0px 0px;
				padding: 0px;
				}

/* 
====================================
opmaak van de paragraaf en eventuele elementen 
====================================
*/

p		{
				font-size: 10pt;
				color: #000000;
				font-weight: normal;
				margin: 6px 0px 0px 0px;
				font-family: verdana, courier new, tahoma, sans-serif;
				}

span			{
				font-weight: bold;
				}

span.rood{
color: red;
}

span.oranje{
color: orange;
}

span.groen{
color: green;
}

.content li	{
				margin: 0px 0px 0px -20px;
				}
/*tt

i

b

big

small

cite

code

samp

dfn

em

kbd

strong

var

abbr

acronym

del

q

ins

sub

sup*/

/*
====================================
opmaak van lijsten 
====================================
*/

/*ul

ol

li*/

/* lijst met betrekking op termen */

/*dl

dt

dd*/



/* 
====================================
Opmaak van een tabel
====================================
*/

/*table

caption

thead

th

tbody

tr

td

col

colgroup

tfoot*/


/* 
====================================
Opmaak met betrekking op formulieren
====================================
*/

/*fieldset

legend

input

label

select

optgroup

option

textarea*/



/* Opmaak van een vermeld adres */

address	{
				text-decoration: none;
				font-style: normal;
				text-align: center;
				font-size: 9pt;
				}

td				{
				font-size: 12px;
				font-weight: normal;
				
				border: 0px solid black;
				}

#button{
					background-color: #cccccc;
					width:158px;
					text-align: center;
					border: 1px solid #B5DC10;
			}