
body {background-image: url(bilder/hintergrund.JPG); 
background-repeat: no-repeat; 
background-position: 200px 200px;  
font-family: cursive;
}


a { text-decoration: none; }
a:active, a:visited, a:link, {
	color: #00016A;
	font-family: cursive;
}
a:focus, a:hover {
	color: Blue;
}
