@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	color: #999;
	font-family: Tahoma, Geneva, sans-serif;
}
.container {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.number {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 24px;
}
a {
	color: #69C;
}a:hover {
	color: #6CF;
	text-decoration: none;
}
span {
	font-size: 24px;
	font-weight: bold;
	color: #ECECEC;
}
