html {
	background-color: #005c83;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

span {
	font-style: italic;
}

p {
  font-family: Verdana;
  color: white;
  padding-left: 10px;
}