@CHARSET "US-ASCII";

body {
	background-color: #179EC7;
	margin-left: 50px;
	margin-right: 150px;
}

* {
	color: #c0c0c0;
	font-size: 24pt;
	font-style: bold;
	font-family: Arial;
}

#container{
	
	margin:	50px auto;
	
	width:	800px;
	height:	800px;
	
}


.reset {

	font-style: italic;
	text-align: right;
}

.zahl {
	text-align: center;
	color: #FFFFFF;
	font-size: 64pt;
	font-family: Arial;
}

.pfeil {
	text-align: center;
}