body {
	background:#888888 ;
	font-family: Helvetica, Arial, Sans-Serif;
	color:#fff;
}

p{
	color: #888888;
}

.content p{

	color:black;
	padding: 10px;
	text-decoration: none;
}


h3{
	margin-bottom: 3px;

}
h4{
	margin-bottom: 3px;
}

img{
	margin-bottom: 15px;

	width:auto;
	height: auto;
	max-width: 100%;
}

div.content{
	background-color: white;
	width: 80%;
	margin:0 auto;

}

div.content img{
	display:block;
	margin:0 auto;
}

li{
	display: inline-block;
	background: #888888;
}