h1 {
	font-family: 'Merriweather', serif;
	font-size:26px;
	color:#1A9DB2;
	font-weight:700;
	font-style:italic;
	margin:0px 0px 8px 0px;
}

h2 {
	font-size:18px;
	color:#1A9DB2;
	font-weight:700;
	margin:0px 0px 8px 0px;
}

h3 {
	font-size:17px;
	color:#987859;
	font-weight:700;
	margin:0px 0px 8px 0px;
}

h4 {
	font-size:18px;
	color:#987859;
	font-weight:normal;
	font-family: 'Merriweather', sans-serif;
	margin:0px 0px 5px 0px;
}

a:link {
	color:#1A9DB2;
}

a:visited {
	color:#1A9DB2;
}

body.mceContentBody a {
	color: #1A9DB2 !important;
}

.customcolour1 {
	color: #FF0000;
}
.customcolour2 {
	color: #0000FF;
}
.customcolour3 {
	color: #00FF00;
}
