body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0F8FF;
}

h1 {
	color: SlateBlue;
	margin: 20px;
	font-size: 4em;
}

ul {

}

li {
	color: gainsboro;
	font-size: 4em;
	padding: 50px;
}


/* The centreblock */

.centreBlock {
	margin: auto;
	width: 50%;
	background-color: slateblue;
	padding: 10px;
	padding-bottom: 100px;
}


/* Place the footer at the bottom of the page, and make it stick */
.footer {
  background-color: SlateBlue;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-left: 20px;
}


