<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** TEXT_DEFAULT ***/
.text_smaller {
	color:#5a5859;
	font-size:10px;
}

.text_small {
	color:#5a5859;
	font-size:11px;
}

.text_normal {
	color:#5a5859;
	font-size:12px;
}

.text_big {
	color:#5a5859;
}

.text_bigger {
	color:#5a5859;
}

.text_biggest {
	color:#5a5859;
}

/*** TEXT_COLOR ***/
.text_color_fault {
	color:#e0690b;
}

.text_color_other {
	color:#6a5d16;
}

.text_color_akcio {
	color:#732004;
}

/*** BORDER ***/
.border_2 {
	border:1px #535353 solid;	
}
</pre></body></html>