header a{
	text-decoration: none;
}
article > p{
	line-height: 180%
}
article > p > img{
	width: 100%;
	height: auto;
}
article > ul > li{
	line-height: 180%
}
article > footer {
	border-radius: 1em;
	margin: auto;
	background-color: #e3eafd;
	text-align: left;
	border-top: none;
}
article > footer > p.doc_info{
	margin: 0.1em auto;
	font-weight: bold;
	text-indent: 1em;
}
article > footer > ul{
	list-style-type: square;
	padding-bottom: 0.5em;
}
article > footer > ul > li{
	margin-top: 0.5em;
}
article blockquote {
	background:#f9f9f9;
	border-left:10px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em 0.7em;
	text-indent: 2em;
}
article blockquote p{
	margin-top: auto;
	margin-bottom: auto;
	text-indent: 2em;
	line-height: 180%
}