<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------- Selathco 0.82 stylesheet file ----------------- */

BODY {
	margin-left: 1em;
	margin-right: 1em; 
	font-family: times;
	font-weight: normal;
	color: black;
	background-color: white;
}

A:hover { 
	color: red;
}

TABLE: {
	padding: 0.5em 0.5em 0.5em 0.5em
}

TH.priklad: {
	background-color: yellow;
}

/* ------------------------------- Sections ---------------------------- */
H1.contents{
	font-family: helvetica, arial, sans-serif;
	color: green;
}

H1.biblio {
	font-family: helvetica, arial, sans-serif;
	color: green;
}

H1.section {
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	color: green;
}

H2.subsection {
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	color: green;
}

H3.subsubsection {
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	color: green;
}

H4.paragraph {
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	color: green;
}


/* ------------------------------- Typefaces --------------------------- */
EM.em		{}
I.i		{}

TT.tt		{
	font-family: courier, monospace;
	font-weight: bold;
}

TT.tti		{
	font-family: courier, monotype;
	fontstyle: italics;
}

I.sl		{
	font-family: helvetica; 
	fontstyle: oblique; 
}

STRONG.bf	{}

EM.ftit         {}

TT.fttt         {
	font-weight: bold;
}

TT.ftti         {
	fontstyle: oblique
}

I.ftsl		{
	font-family: helvetica; 
	fontstyle: oblique; 
}

STRONG.ftbf	{}
</pre></body></html>