P, TD, DIV, INPUT, TH {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

BODY{
	font-family : Arial, Helvetica, sans-serif;
	background-color : Black;
	color : silver;
	font-size : 10pt;
	scrollbar-face-color: silver;
   scrollbar-highlight-color: silver;
   scrollbar-shadow-color: Black;
   scrollbar-arrow-color: black;
   scrollbar-track-color: black
	;  
}

h1, h2, h3, h4, h5, h6  {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #FEFF00;
	background : transparent;
}

H1  {
	font-size : 200%;
}

H2  {
	font-size : 160%;
}

H3  {
	font-size : 130%;
}

H4  {
	font-size : 120%;
}

H5  {
	font-size : 110%;
}

H6  {
	font-size : 100%;
}
.text_dik {
font-weight : bold;
font-size: 10 pt;
color : Yellow;
font-family : Arial, Helvetica, sans-serif;
}
prijs  {
	font-size : 8pt;
}

A:link  {
	color : #00BFFF;
	background : transparent;
	text-decoration : none;
	font-weight : bold;
	text-transform : none;
}

/* unvisited links*/
A:visited  {
	color : #00BFFF;
	background : transparent;
	text-decoration : none;
	font-weight : bold;
}

/* visited links*/
a:hover      
{ color: #1E90FF;
	background : transparent;
	text-decoration : none;
	font-weight : bold;
}
/* active links*/
A:active  {
	color : #1E90FF;
	background : transparent;
	text-decoration : none;
	font-weight : bold;
	background-color : #000000;
}
UL  {
	margin-left : 2em;
	list-style : square;
}

UL UL  {
	margin-left : 3em;
}

UL UL UL  {
	margin-left : 4em;
}

A IMG {border: 4px solid #00BFFF;}
A:hover IMG {border: 4px solid #1E90FF;}