<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;	
}

.main a {
	color: rgb(246,186,48);
}

.section {
	text-align: justify;
	background-color: rgb(246,186,48);
	color: #ffffff;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

.subsection   {
	text-align: justify;
	background-color: rgb(246,186,48);
	color: #ffffff;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}


.code {
	border: solid 1px #909090;
	background-color='rgb(192,192,192)'
	font-style='italic'
	margin-left="0.5cm"
	margin-right="0.5cm"
	text-align="left"
	font-size="8pt"
}</pre></body></html>