/* инициализация основных параметров */
html {
	font-family: 'Times New Roman', 'DejaVu Serif'; font-size: 14pt;
	counter-reset: Figures;
	counter-reset: Tables;
	counter-reset: BiblioRef;
}
/* Для обычных документов */
@page { margin-bottom: 2cm; margin-left: 3cm; margin-right: 1.5cm; margin-top: 2cm; }
p { font-size: 1rem; text-align: justify; text-indent: 1.5rem; }

/* таблица и их сквозная автонумерация */
table { border-collapse: collapse; border-style: solid; border-width: 1px; counter-increment: Tables; }
th, td { border-style: solid; border-width: 1px; font-size: .9rem; }
th, td p { font-size: .9rem; text-align: left; text-indent: 0rem; }
caption { text-indent: 0; }
caption::before { text-align: right; content: "Таблица " counter(Tables); display: block; margin-top: 1.5em; } /* нумерация таблицы и слово "Таблица" */

/* список */
li { font-family: 'Times New Roman', 'DejaVu Serif'; font-size: 1rem; text-align: left; } /* элемент списка */

/* рисунки, и их сквозная автонумерация */
figure { float: left; counter-increment: Figures; }
figcaption { width: 30rem; }
figcaption::before {	content: 'Рисунок ' counter(Figures) '. '; }
figure img { width: 30rem; }

/* список литературы, автонумерация */
.biblio-ref 