body {
	color: white;
	background: black;
	display: block;
	width: 80%;
	margin-left:10%;
	margin-right:10%;
	margin-top: 5%;
}

footer {
  position: relative;
  bottom:0;
  margin-bottom: 20px; margin-top: 40px;
 }

 hr {
 	color:white;
 }

a {
  color: #95C355;
}

a:hover{
  color: #A2D747;
}

a:visited {
  color: #60842E;
}

img {
	width:100%;
}

