body{
	background-color: lightgreen;
	font-size: 30px;
	margin-top: 30px;
	text-align: center;
}

ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 250px;
	text-align: left;
	position: fixed;
	top: 130px;
}

a{
	display: block;
	color: black;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

a:hover {
	background-color: #D0EED0;
}

#active {
  background-color: black;
  color: lightgreen;
}

p{
	text-align: center;
	width: 600px;
	margin-left: 450px;
}

span{
	text-decoration: underline;
}