body{
	font-family: 'Quicksand', sans-serif;
}
.declaration h1 {
  background: none repeat scroll 0 0 #41444D;
  border-radius: 2px;
  color: #f7f7f7;
  display: inline-block;
  font-weight: 400;
  padding: 7px 10px;
}
.declaration h1:first-letter{
	font-weight: 700
}
.text-center {
	text-align: center;
}
.declaration h3{
	color: #555;
	display: inline-block;
  	display: block;
	margin-bottom: 0px;
	margin-top: 10px;
  	text-align: center;
}
.content-title {
	margin-top: 80px;
	color: #555;
}
.content {
	margin-top: 50px;
}
ul {
	list-style-type: none;
}
