body{
	background-color: black;
	color: dimgrey;
	font-family: "Arial";
	text-align: center;
}

img.zentriert{
	display: block;
	margin: 0px auto;
}

a:link{
	color: dimgrey;
	background-color: transparent;
	text-decoration: none;
}

a:visited{
	color: dimgrey;
	background-color: transparent;
	text-decoration: none;
}

a:hover{
	color: green;
	background-color: transparent;
	text-decoration: none;
}

a:active{
	color: dimgrey;
	background-color: transparent;
	text-decoration: none;
}