body {
	max-width: 800px;
	margin-top: 0.5rem;
	border-top: solid 1px #000;	
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: solid 1px #000;
	margin-bottom: 0.5rem;
}

.max400 {
	max-width: 400px;
}

.max600 {
	width: 100%;
	max-width: 600px;
	
}

.underline {
	text-decoration: underline;
}

.strong {
	font-weight: 700;
}

.btn-xella {
	background-color: #004899;
	color: #ffffff;
}

.btn-outline-xella {
	border-color: #004899;
}

.bg-xella {
	background-color: #004899;	
}

.border-xella {
	border-color: #004899;
}

.text-xella {
	color: #004899;
}