* {
	margin: 0px;
	padding: 0px;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 100%;
}

h1 {
	font-size: 50px;
	margin-bottom: 5px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.site {
	clear: both;
	text-align: center;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 20px
}

.navigation {
	line-height: 10px;
	float: right;
	margin-left: auto;
	margin-right: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 50px;
	text-decoration: none;
	color: #000000;
	margin-bottom: 90px;
}

.navigation a {
	color: black;
	text-decoration: none;
}

.footer a img {
	border: none;
}

.footer {
	clear: both;

	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	font-size: 50px;
	text-decoration: none;
}


.site h1 {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}
.pagination, .pagination a {
	font-weight: bold;
	font-size: 50px;
	text-decoration: none;
	color: #000000;
}

.pageRight {
	float: right;
}
.pageLeft {
	float: left;
}

.thankyou-text, .about-text {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 700px;
	margin-bottom: 20px;
}

.thankyou-text p, .about-text p {
	margin-bottom: 15px;
}