HTML, BODY	{ background: white; color: black; }
A:link		{ background: white; color: blue; }
A:visited		{ background: white; color: purple; }
A.tech:link		{ background: white; color: gray; }
A.tech:visited	{ background: white; color: gray; }
BODY.just		{ text-align: justify; }
H1		{ background: white; color: maroon; margin-bottom: 0.5em; margin-top: 0.5em; }
H1.title		{ background: white; color: red; margin-bottom: 0.1em; margin-top: 0.2em; text-align: center; }
DIV.title		{ background: white; color: red; font-size: 1.8em; }
H2		{ background: white; color: maroon; margin-bottom: 0.1em; margin-top: 0.2em; }
DIV.center		{ text-align: center; }
DIV.adr	    	{ font-weight: bold; border-bottom: thin solid gray; }
DIV.epigraph	{ background: white; color: blue; font-weight: bold; }
P.just		{ text-align: justify; }
DIV.just		{ text-align: justify; }
SPAN.just		{ text-align: justify; }
TH.gray		{ background: white; color: silver; }
TR.top		{ vertical-align: top; }
TD.ex		{ background: white; color: black; }
TD.right		{ text-align: right; }
TD.left		{ text-align: left; }
TH.left		{ text-align: left; }
TBODY.just	{ text-align: justify; }
TBODY.center	{ text-align: center; }
UL.none		{ list-style-type: none; padding: 0 0.5em 0 0; margin: 0.5em 0 1em 0; border-right: thin solid gray; }
UL.none LI		{ margin-bottom: 0.2em; }
UL.indent		{ list-style-type: none; padding: 0; margin: 0.5em 0 1em 1.5em; }
UL.indent LI	{ margin-top: 0; margin-bottom: 0.4em; }
.exam		{ list-style-type: none; padding: 0 0.5em 0 0.5em; margin: 0.5em 0 1em 0; border-left: thin solid blue; }
.advert		{ float: right; list-style-type: none; padding: 0.1em 0.3em 0.1em 0.3em; margin: 0 0 0 1em; border-left: thin solid red; width: 26%; background: yellow;}
UL.exam LI	{ margin-top: 0; margin-bottom: 0.5em; }
P.indent		{ text-indent: 2%; }
DIV.indent		{ text-indent: 2%; }
IMG.noborder	{ border-style: none; }
P		{ margin-bottom: 0.6em; margin-top: 0.3em; }
SPAN.nobr	{ white-space: nowrap; }
DIV.inl		{ display: inline; }
P.inl		{ display: inline; }
SPAN.fuchsia	{ background: white; color: fuchsia; }
SMALL.gray	{ background: white; color: gray; }
DIV.copy		{ line-height: 1.1; }
.yellowb		{ background: yellow; }