.body{
	
  background-image: url("BackGround.jpg");
  background-size: cover;
}

/* A link that has not been visited */
a:link {
    color: black;
}
/* A link that has been visited */
a:visited {
    color: black;
}
/* A link that is hovered on */
a:hover {
    color: black;
}
/* A link that is selected */
a:active {
    color: black;
}

.square
{
	background: rgba(255, 255, 255, 0.5);
	width:75%;
	padding: 10px;
	margin: auto;
}



.menu
{
	background: rgba(255, 255, 255, 0.5);
	width:50%;
	padding: 10px;
	margin: auto;
	margin-bottom:50px;
}

.menu li
{
  display: inline;
}
