body {
	background-color: #a8dadc;
	font-size: 100%;
}
a:link, a:visited {
	background-color: #e63946;
	color: white;
	width: 18.13375%;
	padding: 25px 40px;
	font-size: 1.5em;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}
a:hover, a:active {
	background-color: #d90429;
}
h1 {
	font-size: 3.5em;
	text-align: center;
	text-decoration: none;
}
h3 {
	font-size: 1.5em;
	text-align: left;
	text-decoration: none;
}
p {
	font-size: 1.1em;
	text-align: left;
	text-decoration: none;
}
h2 {
	font-size: 2em;
	text-align: center;
	text-decoration: none;
}
footer {
	background-color: #457b9d;
	padding: 10px;
	text-align: left;
	color: white;
}