@charset "utf-8";

body {
	line-height: 1.75;
	font-family: 'SimSun', 'sans-serif', 'Arial';
	font-size: 30px;
}

.container {
	text-align: center;
	margin-top: 240px;
}

a {
	color: #087CBE;
}

a:hover {
	text-decoration: underline;
	color: red;
}

span {
	color: red;
}

p {
	margin-bottom: 30px;
}
