body {
	background-image: linear-gradient(to bottom, #000000, #0d1a00 );
	display: block;
	width: 80%;
	margin-left:10%;
	margin-right:10%;
	margin-top: 5%;
}

p {
	color:#bcc97e;
}

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

 h1 {
 	color:#ffffff;
 	font-size:40px;
 }

 h2 {
 	color:#91ca4f;
 	font-style: italic;
 	margin:0px;
 }

 hr {
 	color:#bcc97e;
 }

a {
  color: #95C355;
}

a:hover{
  color: #A2D747;
}

a:visited {
  color: #60842E;
}

img {
	width:100%;
}

ul {
	list-style-type: none;
	margin-top: 5px;
	padding: 3px;
	text-indent: 30px;
	line-height: 30px;
}

li {

}



