body {
}

p.infoblock {
	color: #fff;
	background-color: #ee2e5d;
	padding: 10px 15px;
}
p.infoblock a {
	color: #fff;
}
p.leadtext {
	font-size: 120%;
	line-height: 1.2;
	color: #ae3561;
}
p.quote {
	font-size: 120%;
	line-height: 1.2;
	font-style: italic;
	margin: 0 25px 10px 25px;
	color: #00639e;
}
p.quote:before {
	content: '«';
}
p.quote:after {
	content: '»';
}
p.quote-name {
	font-size: 90%;
	line-height: 0.9;
	margin: 0 25px 20px 25px;
}
a.button {
	color: #fff;
	background-color: #be254a;
	border-color: #b32346;
	display: inline-block;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 1rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15 ease-in-out;
}
a.button:hover {
	background-color: #ca274f;
	border-color: #be254a;
	color: #fff;
}
span.marked {
	background: #ee2e5d;
	color: #fff;
	padding: 0 10px;
	-webkit-box-decoration-break: clone;
}


p.text-left {
	text-align: left;
}
p.text-center {
	text-align: center;
}
p.text-right {
	text-align: right;
}
p.text-justify {
	text-align: justify;
}
