<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: 180px;
	margin-right: 180px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2;
	background-color: white;
}

h1, h2, h3 {
	color: rgb(123, 6, 47);
}

strong {
	color: rgb(88, 23, 161);
}

a {
	color: rgb(88, 23, 161);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}</pre></body></html>