body {
	background: #F5F5F5;
	margin-top: 9em;
} 

#PA1{
	/*background: rgba(57, 122, 54, 0.5);*/
	display: block;
	position: relative;
	
	width: auto;
	min-width: 304px;
	max-width: 900px;
	
	height: auto;
	min-height: 400px;
	
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	
	
}

.PAHeadlineBox {
	/*background: pink;*/
	margin-bottom: 0.5em;
	margin-top: 1em;
	margin-left: 2em;
	margin-right: 2em;
	/*border: solid black 0.1em;*/
	border-radius: 15px;
	
	display: flex;
	flex-wrap: wrap;
}


.PABody, .PAHeadlineBox {
	background: linear-gradient(152.24145939893992deg, rgba(88, 204, 109,0.4) 22.010821554770317%,rgba(88, 204, 109,0.41875) 25.829284452296825%,rgba(55, 200, 94,0.6) 59.60799469964665%,rgba(40, 199, 88,0.6) 76.49734982332156%);
	margin-left: 2em;
	margin-right: 2em;
	border: solid black 0.1em;
	border-radius: 15px;
	display: flex;
	flex-wrap: wrap;
	/*gap: 1em;*/
	
	width: auto;
	min-width: 240px;

	height: auto;
	min-height: 1px;  	
}

.NewsBlock {
	background: rgba(72,178,103, 1);
	font-size: inherit;
	color: #F5F5F5;
	margin: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	
	/*border: solid black 0.1em;*/
	border-radius: 15px;
	
	width: auto;
	min-width: 50px;
	max-width: 5000px;
	
	height: auto;
	min-height: 100px;
	max-height: 5000px;
	
	text-align: left;
	
	flex-direction: row-reverse;
	flex: auto;
}

.HeadlineBox {
	font-weight: bolder;
	font-size: 1.5em;
	color: #0b2e13;
}

h3, h2, p{
	margin: 0.8em;
}


img {
	max-height: 200px;
	max-width: 200px;
	margin-left: 1em;
	margin-top: 0.2em;
	margin-right: 1em;
}

br {
	margin-bottom: 0.7em;
}


a {
	color: #F5F5F5;
	font-weight: bold;
}

a:hover {
	color: #0b2e13;
	font-weight: bold;
	text-decoration: none;
}

span {
	font-style: italic;
	font-size: small;
	float: right;
	margin-bottom: 0.5em;
}