.quote  {
	font-size: 200%;
}
	
blockquote.start::before,
.quotestart::before {
	font-family: 'IcoMoon';
	content: "`";
	margin-right: 10px;
	font-style: normal;
}
	
blockquote.end::after,
.quoteend::after {
	font-family: 'IcoMoon';
	content: "a";
	margin-left: 10px;
	font-style: normal;
}
