A:link  {
	color : #0000af;
	background : transparent;
	text-decoration : none;
	font-weight : bold;
}

/* unvisited links*/
A:visited  {
	color : purple;
	background : transparent;
	text-decoration : none;
	font-weight : bold;
}

/* visited links*/
A:hover  {
	text-decoration : none;
	border-width : 1px;
	background : #ffdddd;
	color : red;
}

/* active links*/
A:active  {
	color : red;
	background: #ffdddd;
	text-decoration : none;
	font-weight : bold;
}

BODY {
	background-attachment: fixed;
	font-family: Arial, sans-serif, Zurich;
	font-size: 11pt;
	line-height : 14pt;
	scrollbar-arrow-color: #0000af;
	scrollbar-track-color: #ffdddd;
	scrollbar-face-color: #ddddff;
	scrollbar-highlight-color: #ddddff;
	scrollbar-3dlight-color: #aaaadd;
	scrollbar-darkshadow-color: #aaaadd;
	scrollbar-shadow-color: #ddddff;
}	
	
P, CAPTION, TD, DL {
	font-family: Arial, sans-serif, Zurich;
	font-size: 10pt;
	line-height : 11pt;
}

FORM, SELECT, INPUT, OPTION {
	font-size : 10pt;
	color : #0000AF;
}

.grootst {font-size: 30pt;
	font-style : italic;
	font-weight : bold;
	line-height : 35pt;
}

.groter {font-size: 24pt;
	font-style : italic;
	font-weight : bold;
	line-height : 24pt;
}

.groot {font-size: 14pt;
	line-height : 18pt;
}

.normaal {font-size: 11pt;
	line-height : 14pt;
}
	
.klein {font-size: 10pt;
}

.kleiner {font-size: 8pt;
	font-weight : normal;
}

.kleinst {font-size: 8pt;
	font-weight : normal;
}

.button {font-size: 10pt;
	font-weight : bold;
	color : #ff0000;
}

H1 {font-size: 30pt;
	font-weight : bold;
	font-style : italic;
	line-height : 35pt;
}

H2 {font-size: 30pt;
	font-weight : bold;
	font-style : italic;
	line-height : 35pt;
	color : #ff0000;
}

B  {
	font-weight : bold;
}

EM  {
	font-style : italic;
	font-weight : bold;
}

I  {
	font-style : italic;
}

OL  {
	margin-left : 2em;
}

UL  {
	margin-left : 2em;
	list-style-image: url("img/redspot.gif") 
}

IMG.brdr {
	border : 000000;
	border-top-width : 2px;
	border-right-width : 2px;
	border-bottom-width : 2px;
	border-left-width : 2px;
}
.tekst {
	COLOR: #001d71; FONT-FAMILY: verdana, helvetica, sans-serif; FONT-SIZE: 11px; TEXT-DECORATION: none
}