<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: black;
	background: white; /* #EEEEFF; */
	background-image: url(img/boxbox.png);
	background-repeat: repeat-y;
	background-attachment: fixed;
	margin-left: 85px;
	margin-right: 17em;
}
a:link { color: blue; }
a:visited { color: red; }
a:active { color: red; }
a:hover {
	background: black;
	color: white;
}
span.no-disp {
	display: none;
}

/* ========================== */
h1.title {
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	border-width: 4px;
	border-style: outset;
	border-color: maroon;
	padding-top: 12px;
	padding-bottom: 12px;
}
/* ========================== */
h2.section {
	font-weight: bold;
	font-size: 125%;
	text-align: center;
	margin-bottom: 0;
	border-width: 1px 1px 0 1px;
	border-style: solid solid none solid;
	border-color: black;
}
h2.section#section-1 {
	background-color: #F6668A;
	color: black;
}
h2.section#section-2 {
	background-color: #68E5FD;
	color: black;
}
h2.section#section-3 {
	background-color: #FDA372;
	color: black;
}
h2.section#section-4 {
	background-color: #68CB66;
	color: black;
}
h2.section img.bullet {
	display: none;
}
div.section-body {
	margin-top: 0;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
hr {
	display: none;
}
h3.itemtitle {
	font-weight: normal;
	font-size: 100%;
	margin-left: 2em;
}
h3.itemtitle-aux {
	font-weight: normal;
	font-size: 80%;
	margin-left: 3em;
}
p.item {
	font-size: 100%;
	line-height: 120%;
	margin-left: 4em;
	margin-right: 2em;
	text-indent: 1em;
}
/* ========================== */
img.logo {
	display: none;
}
p.footer {
	font-size: 80%;
	line-height: 120%;
	text-indent: 1em;
}
</pre></body></html>