body {
	font-family: Verdana;
	font-size:18px;
	text-align:center;
	color: #000000;
	background:#000000;
	}
div{
	width:410px;
	margin:50px auto 0px auto;
	padding:5px 0px 5px 0px;
	border:5px solid #666666;/*verkürzte Schreibweise s. Spickzettel*/
	border-radius: 20px;
	background:#aaaaaa;
	}


