body {background-image: url(Images/texture.jpg)}
h1 {color: white}
p{color: white}
span{display: block;}
li{ display: inline; }
a:link, a:visited {
	background-color: red;
	color: white;
	padding: 14px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;}
a:hover, a:active {background-color: red;}
