body{
	background-color: #FFFAFA;
	font-family: Arial;
	margin: 0;
}
header{
	width:100%;
	float:right;
	background-color: #FFFAFA;
	text-align: center;
}
section{
	margin-right: 5%;
	margin-left: 7%;
}
div{
	border:2px;
	border-style:solid;
	border-color: #778899;
	width: 100%;
	float:right;
	background-color: #FFFFFF;
	margin-top: 2%;
	padding-left: 2%;
}
h2{
	text-align: center;
}
h3{
	text-align: center-left;
}
footer{
	margin-top: 2%;
	width:100%;
	float:right;
	text-align: center;
	text-align: center;
	clear: both;
}