body {margin: 0 0 0 0;}
/* Заголовки статей */
h1 { 
	font: 12.0pt serif;
        font-weight: bold;
        text-align: center;
        text-transform:uppercase;
        margin: 10 20 20 20
	}

/* Имена авторов статей */
h2 {
	font: 12pt serif;
	font-weight: bold;
        text-align: right;
	margin: 30 30 30 30
        }

/* Обычный текст */
p { 
	text-align: justify;
        font: 12.0pt serif;
        text-indent: 35.45pt;
	margin: 0 20 0 20;
	}

/* Для эпиграфов */
p.epigraph {
	text-align: right;
	font-style: italic;
	}

/* Подписи под картинками */
p.caption {
	font: 10pt sans-serif; 
	text-indent: 0;
	text-align: center;
}

/* Текст между картинками */
p.between_images {
	text-align: left;
	padding: 0;
	text-indent: 0;  
}	

/* Ссылки */
a:link {
  color: #0000FF; text-decoration:none;
}
a:visited {
  color: #000080; text-decoration:none;
}
a:hover {
  color: #FF00FF; text-decoration:none;
}

/* Список литературы */

ol.with_marker {
        list-style-type: decimal;
	list-style-positoin: inside;
	}
ol.with_marker h3 {
        font: 12pt serif;
        text-indent: 35.45pt;
	font-weight: bold;
        text-align: left;
        margin: 10 20 10 0;
	}
ol.with_marker li {
        font: 12pt serif;
        text-indent: 35.45pt;
        text-align: justify;
        margin: 0 20 10 -20;
	}

/* Маркированый список */
ul.with_marker {
        list-style-type: disc;
	list-style-position: outside;
	}
ul.with_marker h3 {
        font: 12pt serif;
        text-indent: 35.45pt;
        text-align: left;
	}
ul.with_marker li {
        font: 12pt serif;
        text-indent: 0.0pt;
        text-align: justify;
        margin: 5 20 5 0;
	}
