body {
	margin: 20px 50px 50px 50px;
	background: #212121;
	}

div#container {
	width: 460px; 
	margin: auto;
	align: center;
	padding: 15px;
	background: #ffffea;
	}

#pic {
	text-align:center;
	margin: 20px;
	padding: 5px;
	}

#kop {
	width: 255px; 
	margin: 20px auto;
	align: center;
	font: bold 1.2em Verdana, "Trebuchet MS";
	letter-spacing: 10px;
	text-align: center;
	background: #333333;
	color: #ffffea;
	padding: 5px;
	}	

p  {
	font: .7em/2em Verdana, "Trebuchet MS";
	text-align: justify;
	}

li, ul {
	font: .8em/2em Verdana, "Trebuchet MS";
	text-align: justify;
	}

h1 {
	font: .85em Verdana, "Trebuchet MS";
	font-weight: 700;
	letter-spacing: 1px;
	text-align:center;
	}

.footer {
	font: .5em Verdana, "Trebuchet MS";
	padding: 0px;
	color: #666;
	text-align: center;
	}

A		{ color:olive; font-weight: 900; font-family:verdana, arial, sans-serif; text-decoration:none; nowrap:yes;}
A:link	{ color:olive; font-weight: 900; text-decoration:none; }
A:hover {color:white; background-color: grey;}  

