html{
	background-color: 			#eeeeea;

}

body {
	background-color : 			#cccabf;
	margin : 					64px 64px;
	padding : 					12px 12px;
	scrollbar-arrow-color: 		#78a3c6;
	scrollbar-track-color: 		#ffffff;
	background-attachment:		fixed;
	color:						#222244;
}

table {
	border: 					0;
	padding: 					0;
	width: 						100%;
	height: 					0px;
}

p{
	margin-top:					0;
	text-indent:				5%;
}

td{
	font: 						18 Times;
	text-align : 				justify;
}

.kop{
	font:						bold 64 Times;
	text-align:					center;
	
}

.datum{
	font:						12 Times;
	text-align:					right;
}

.auteur{
	font:						12 Times;
	text-align:					center;
}

img { 
	border: 					0px
}


a:link 
{	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover 
{	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
a:active 
{	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
a:visited
{	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
