body{
	background-color : #ffffff;
	color : #151515;
	font-family : Comic Sans MS, Comic Sans MS, sans-serif;
	font-size : 10px;
	
	scrollbar-face-color: #B6D2C7;
	scrollbar-shadow-color: #DFDFDF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #666666;
	scrollbar-track-color: #DFDFDF;
	scrollbar-arrow-color: #ECF810;
}

table, td {
	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	}
font{
	color : #000000;
	font-family : Comic Sans MS, Helvetica, sans-serif;
	font-size : 12px;
}
.copyright{
	color : #151515;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

h1{
	color : #FF0000;
	font-family : Comic Sans , Helvetica, sans-serif;
	font-size :12px;
}
h2{
	color : #595959;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
}
h3{
	color : #595959;
	font-family : Monotype Corsiva, Helvetica, sans-serif;
	font-size : 40px;
}
h4{
	color : #595959;
	font-family : Comic Sans, Helvetica, sans-serif;
	font-size : 15px;
}


input, option

	{

		border-color:#3C3C3C;

		border-width:1;

		font-family:tahoma,verdana, Helvetica;

		font-size:12;

		background-color:#eeeeee;

		color:#5D6EE2;

	}

	select

	{

		border-color:#3C3C3C;

		border-width:1;

		font-family:Arial, Helvetica;

		font-size:10px;

		color:#3C3C3C;

		background-color:#FFFFFF;

	}

	textarea

	{

		border-color:#3C3C3C;

		border-width:1;

		overflow:hidden;

		font-family:tahoma,Arial, Helvetica;

		font-size:12;

		color:#5D6EE2;

		background-color:#eeeeee;

	}

input.submit {

   background-color: #D1EDBC;


  }

  A{

	color : #000000;
	text-decoration : none;
	font-weight : bold;
	font-size: 8pt 

}

  

  A:visited {

	color : #000000;
	text-decoration : none;
	font-weight : none;
	font-size: 10pt 

}

  A:hover {

	color : #151515;
	text-decoration : none;
	font-weight : none ;
    background: #D1EDBC; 
	font-size: 10pt 
}

a:link { color: #0066CC;  text-decoration:none; }      /* niet bezochte link */
a:visited { color: #145E31;  text-decoration:none; }  /* bezochte links */
a:hover { color:#0066CC; 
   /*background-color: #A3D3FA;  /* achtergrondkleur */
   text-decoration:underline;  /* zonder onderlijning */ }
a:active { color: #145E31;  text-decoration:none; }   /* actieve link */



ol{
	color : #5D6EE2;
	text-decoration : none;
	font-weight : bold;
	list-style-type : upper-alpha;
}
ul{
	color : #5D6EE2;
	text-decoration : none;
	font-weight : bold;
	list-style-type : circle;
}
li{
	color : #5D6EE2;
	text-decoration : none;
	font-weight : bold;
}

