h1 {
	text-align: center;
	font-size: 45px;
	font-style: italic;
}

h2
{
	text-align: center;
	font-family: sans-serif;
}

footer
{
	text-align: center;
	background-color:black;
	color:LightGray;
}

h3
{
	text-decoration: underline;
}

ol
{
	font-style: italic;
	margin-left: 30px;
}

body
{
	margin-left: 125px;
	margin-right: 125px;
	background-color: #E5E1E0;
	padding-top: 10px;
  	padding-right: 30px;
  	padding-bottom: 20px;
	padding-left: 30px;
}

html
{
	background-color: #ECE7E6;
}
