/* Hoofddingen */
body        {
scrollbar-face-color:#333333;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#000000;
scrollbar-shadow-color:#222222;
scrollbar-highlight-color:#666666;
scrollbar-3dlight-color:#999999;
scrollbar-darkshadow-Color:#222222;
	font-family: Verdana, Serif;
	color: #FFFFFF;
	font-size : 12px;
	background-color : #000000;
}

/* de <p> tag */
p        		{
	font-family: Verdana, Serif;
	color: #FFFFFF;
	font-size : 12px;
}

/* de <h1> tag */
h1        {
	font-family: Verdana, Serif;
	color: #FFFFFF;
	font-size : 16px;
}

h2        {
	font-family: Verdana, Serif;
	color: #FFFFFF;
	font-size : 14px;
	font-style: italic;
}

h3        {
	font-family: Verdana, Serif;
	color: #FFFFFF;
	font-size : 13px;
}

/* de <a href="..."></a> tag */

a:link  {
	color : #DDDDDD;
	text-decoration : none;
	font-weight: bold;
}

a:visited  {
	color : #AAAAAA;
	text-decoration : none;
	font-weight: bold;
}

a:active  {
	color : #FFFF99;
	text-decoration : none;
	font-weight: bold;
}

a:hover  {
	color : #ffffff;
	text-decoration : none;
	font-weight: bold;
}
/* de tekst binnen tabellen <td>*/
td				{
	font-family: Verdana, Serif;
	color: #FFFFFF;
	font-size : 12px;
}

/* de text binnen lijsten <li>*/
li				{
	font-family: Verdana, Serif;
	color: #FFFFFF;
	font-size : 12px;
}

/* voor de kleine lettertjes
	aanroepen door <p class="..."> </p>*/
.small {
	font-size: 9px;
}