p {
	font-family: "Barlow", serif;
    font-weight: 300;
    font-style: normal;
	color:#000000;
	/*font-size:15px;*/
	margin-bottom:20px;
	margin-top:0px;
	text-align:justify;
}

p.headline {
	font-family: "Dosis", sans-serif;
    font-optical-sizing: auto;
	color:#000000;
	font-size:30px;
	font-weight:600;
	margin-bottom:30px;
	text-align:center;
}

p.subtitle {
	font-family: "Dosis", sans-serif;
    font-optical-sizing: auto;
	color:rgba(115, 39, 6, 1);
	font-size:20px;
	font-weight:600;
	margin-bottom:20px;
	margin-top:0px;
}

p.strong {
	font-family: "Barlow", serif;
	font-weight:600;
	margin-bottom:0px;
}

span.strong {
	font-family: "Barlow", serif;
	font-weight:600;	
}

span.ul {
	font-family: "Barlow", serif;
	text-decoration:underline;	
}