	h1 {
		font-size: 72px;
		font-family: Palatino, "Times New Roman", serif;
		color: #000099;
		margin-top: 50px;
		}


/* Sticky footer styles
		-------------------------------------------------- */
	html {
	  position: relative;
	  min-height: 100%;
	}
	body {
	  /* Margin bottom by footer height */
	  margin-bottom: 140px;
	  font-size: 14px;
	  /* background-color: #000000; */
	}
	.footer {
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  /* Set the fixed height of the footer here */
	  height: 140px;
	  background-color: #000000;
	  border-top: 5px solid #cccccc;
	  color: #ffffff;
	}
