body {
  color: white;
  background-repeat: repeat;
  background-image: url(Images/backgroundBody.jpg);
  background-color: black;
  font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

a{
	color:  #FF0000;
	text-decoration: none;
	padding: 0 2px;
}
  a:hover{
  	background: #000;
  	color:  white;
  }
  a.img, a .img, a:hover.img, a:hover .img{
    background:  none;
    padding: 0;
    cursor: pointer;
  }

h1, h2, h3, h4 {
  text-shadow: 0px 0px 8px #999;
}

.content {
  text-align: center;
  padding-top: 10px;
  color: white;
  margin-left: auto;
  margin-right: auto;
}
