body {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	text-align: center;
	}

.center {
	text-align: center;
	}

.right {
	text-align: right;
	}

.red {
	color: #cc0000;
	}

.main {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	}

.middle {
	text-align: left;
	margin-top: 30px;
	}

.middle h1 {
	font-size: 24px;
	font-weight: 900;
	color: #cc0000;
	}

.middle h2 {
	font-size: 24px;
	font-weight: 900;
	color: #cc0000;
	}

.middle p {
	font-size: 32px;
	font-weight: 700;
	color: #777777;
	text-align: center;
	}

.middle li {
	font-size: 14px;
	line-height: 1.6;
	color: #444444;
	}

.footer {
	margin-top: 50px;
	border-top: 1px solid #444444;
	}

