body {
	font-family:Arial;
	font-size: 34px;
	background-color: #fff;
}

img {
	width: 100%;
}

a ,
a:hover {
	text-decoration: none;
	color: #4364cf;
}

.warpper {
	width: 1000px;
	margin: auto;
	padding: 20px;
	background-color: #cdf2fa;
}

table.header {
	width: 100%;
	text-align: center;
	padding: 10px 0 90px;
}

table.footer {
	width: 100%;
	text-align: center;
	padding: 90px 0 10px;
}

table.header td ,
table.footer td {
	padding-bottom: 20px;
}

