body{
	background-color: #000000;
}

table{
	background-color: #EF9F2E;
}

.no{
	border-style: none;
}

/*********img*************/
img{
	border: none;
}

/*********tekst***********/
div{
	color: #000000;
	margin-left: 5px;
	margin-top: 5px;
	font-family: arial, 'times new roman';
	font-size: 12px;
}

.writer{
	font-size: 10px;
}

.bottomwriter{
	margin-top: 0px;
	margin-left: 0px;
}

h1,h2,h3{
	color: #EF3E2E;
	font-family: arial, 'times new roman';
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}

h1{
	font-size: 17px;
}

h2{
	font-size: 15px;
}

h3{
	font-size: 12px;
}

/*********opsomming********/
ul{
	margin-top: 5px;
	margin-bottom: 0px;
	list-style-type: disk;
}

li{
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, times, 'times new roman';
	margin-left: 5px;
	margin-top: 8px;
}

/*********linken************/

a.navigatie{
	color: #EF3E2E;
	text-decoration: none;
	font-size: 15px; 
	font-family: arial, 'times new roman';
	font-weight: normal;
}
	
a.navigatie:hover{
	text-decoration: underline;
}

a.top{
	text-decoration: none;
	text-align: center;
}

a.top:hover{
	text-decoration: underline;
}

a{
	color: #EF3E2E;
	text-decoration: none;
	font-size: 12px;
	font-family: arial, 'times new roman';
}

a:hover{
	text-decoration: underline;
}