body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2;
}

/* -- COMMON -- */
a {  color: #117834 }
a:hover {  color: #117834 }

h1 { font-size: 22px; margin-bottom: 20px }
h2 { font-size: 20px }
h3 { font-size: 18px }
h4 { font-size: 16px }

blockquote {
	display:block;
	background: #fff;
	padding: 15px 20px 15px 45px;
	margin: 0 0 20px;
	position: relative;
	font-size: 16px;
	line-height: 1.2;
	color: #666;
	text-align: justify;
	border-left: 15px solid #ccc;
	border-right: 2px solid #ccc;
}

blockquote::before {
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: bold;
	color: #999;
	position: absolute;
	left: 10px;
	top:5px;
}

blockquote::after {
	content: "";
}

blockquote a {
	color: inherit;
}

blockquote a:hover{
	color: #666;
}

blockquote em{
	font-style: italic;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	vertical-align: middle;
}

/* -- COLOURS -- */
.green, .highlight { color: #117834; }
