body {
  color:#696969;
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #54597F;
	font-weight: 600;
	margin: 0 0 25px;
}

p {
	line-height: 25px;
}

a {
	color:#5f8cb4;
	text-decoration: none;
}

ul li {
	margin-bottom: 10px;
}

.author {	
	border-top: 1px solid #d1d1d1;	
	padding: 20px 10px;	
}

.author img {	
	float: left;
	margin: 0 20px 0 0;
	width: 100px;
	}

.author p {			
	margin: 0 0 10px;
	font-style:italic;
}

.clear:after {
    clear: both;
    content: "";
    display: table;
}