article {
	margin-bottom: 35px;
}

article a, .article a,
section a {
	color: #0e71b8;
	text-decoration: underline;
}

article a.btn, .article a.btn, section a.btn, section a.btn, p .btn {
	text-decoration: none;
}

article a:hover, article a:focus, article a:active, .article a:hover, .article a:focus, .article a:active,
section a:hover, section a:focus, section a:active,
p a:hover, p a:focus, p a:active {
	color: #fa611d;
	text-decoration: none;
}

article h1:first-child, .article h1:first-child,
article h2:first-child, .article h2:first-child,
article h3:first-child, .article h3:first-child,
article h4:first-child, .article h4:first-child,
article h5:first-child, .article h5:first-child,
article h6:first-child, .article h6:first-child {
	margin-top: 0;
}

article h1, .article h1,
article h2, .article h2,
article h3, .article h3 {
	margin-top: 25px;
	margin-bottom: 25px;
}

article #pr2007.pr2007-subjects h2, .article #pr2007.pr2007-subjects h2,
article #casco.casco-subjects h2, .article #casco.casco-subjects h2  {
	margin-bottom: 0;
	margin-top: 25px;
}

article h4, .article h4,
article h5, .article h5,
article h6, .article h6 {
	margin-top: 20px;
	margin-bottom: 20px;
}

article p, .article p,
article pre {
	margin-bottom: 20px;
}

article p:last-child, .article p:last-child,
article ol:last-child,
article ul:last-child {
	margin-bottom: 0;
}

article ol, ul {
	margin-bottom: 20px;
}