body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #40414d;
  color: #FFFAFA;
  font-size: large;
  text-align: center;
}

/* unvisited link */
a:link {
  color: #3edffc;
}

/* visited link */
a:visited {
  color: greenyellow;
}

/* mouse over link */
a:hover {
  color: yellow;
}

/* selected link */
a:active {
  color: white;
}


h1{
  text-align: center;
}

.list {
  text-align: center;
  font-size: 200%;
  line-height: 2.5; 
}

footer{
  text-align: center;
}