body, table{
	font-size: 11px;
	font-family:arial;
}

a{
	color: #B05B10;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

.kop1, h1{
	font-size: 16px;
	color: #B05B10;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.kop2, h2{
	font-size: 14px;
	color: #B05B10;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
.kop3, h3{
	font-size: 12px;
	color: #B05B10;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
.kop4, h4{
	font-size: 11px;
	color: #B05B10;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
.kop5, h5{
	font-size: 10px;
	color: #B05B10;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
.kop6, h6{
	font-size: 10px;
	color: #B05B10;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}


hr{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	color: #B05B10;	
}

