/* 代码整理：时代Java NowJava.com */
* {
	font-family: microsoft yahei;
	padding:0;
	margin:0;
	list-style:none;
}
#navigation {
	position: fixed;
	top: -66px;
	left: 0;
	right: 0;
	width: 100%;
	height: 60px;
	background-color: #006699;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(21, 21, 21, 0.1);
	box-shadow: 0px 3px 3px 0px rgba(21, 21, 21, 0.1);
	-webkit-transition: top .25s ease .5s;
	transition: top .25s ease .5s;
}
#navigation p {
	text-align: center;
	color: #fff;
	line-height:60px;
}
#percentageCounter {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
h1 {
	font-size: +2em;
}
.content {
	width: 40%;
	margin:50px auto;
	padding:25px;
	color:#fff;
	background-color:#0082c3;
	border-radius:5px;
}
p {
	margin-bottom: 1em;
	text-indent:2em;
	line-height:2;
	font-family:microsoft yahei;
}