body {
font-family: 'Oxygen', sans-serif;
text-align: center;
}


h1 {
font-family: 'Nunito', sans-serif;
color: #D5742F;
font-size: 20px;
font-weight: 400;
text-align: center;
line-height: 30px;
margin-top:0;
}

h2 {
font-family: 'Nunito', sans-serif;
color: #D5742F;
font-size: 24px;
line-height: 20px;
margin: 0;
font-weight: normal;
letter-spacing: 1px;
}

h2 a {
color: #D5742F;
text-decoration: none;
}

h3 {
color: #B2B3B6;
font-size: 18px;
line-height: 29px;
padding: 0 16px;
font-weight: 400;
}


p {
text-align: center;
}

hr {
border-top: 1px solid #F0ECE4;
border-bottom: 1px solid #d1cec7;
/*margin: 10px;*/
}

a {
color: #304878;
text-decoration: underline;
}


a:hover {

text-decoration: none;
}




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

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