body{ 
	font-family: arial, sans-serif;
	width: 60%;
	margin: auto;
	background-color: #f9f9f9;
	color: #262626;
}

li {
	list-style-type: none;
	padding: 5px;
}

li a {
	text-decoration: none;
	color: #262626;
}

li a:hover {
	text-decoration: underline;
}

img {
	width: 100%;
}

p {
	line-height: 150%;
	color: #565656;
}

h2 {
	margin-top: 70px;
}