<!DOCTYPE html>

body{
	font-size:16px;
	font-family: Arial;
}

header h1{
margin: 0px;
font-size: 50px;
float : right;
color: tomato;
text-shadow: black 7px 7px 10px;
}

footer{
	font-family: "courrier new";
	font-weight: bold;
	font-variant: small-caps;
	clear: both;
}

.rechts{
	float: right;
}

#menubalk a{
	color: black;
	background: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
	border-radius: 5px 5px 5px 5px;
	margin-right: 10px
}

#menubalk a:hover{
	color: white;
	background: tomato;
}

	
	