/* Заголовки статей */
h1 { 
	font: 12.0pt sans-serif;
        font-weight: bold;
        text-align: left;
        padding:5 5 5 5
	}
/* E-mail */
h2 {
	font: 11.0pt sans-serif;
	font-weight: bold;
        color: #0000FF;
        text-align: center;
        padding: 0 5 5 5
        }
/* Обычный текст */
p { 
	text-align: justify;
        font: 11.0pt sans-serif;
        text-indent: 0pt;
	}

/* Список литературы */
ol.with_marker {
        list-style-type: decimal;
	list-style-positoin: inside;
	}
ol.with_marker h3 {
        font: 11pt sans-serif;
        text-indent: 35.45pt;
	font-weight: bold;
        text-align: justify;
        padding: 0 0 0 0;
	}
ol.with_marker li {
        font: 11pt sans-serif;
        text-indent: 35.45pt;
        text-align: justify;
	padding-top: 1em;
        }

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


/* Для ссылок */
a:link {
       color: #0000FF;text-decoration:none; 
       }
a:visited {
          color: #000080; text-decoration:none;
          }
a:hover {
        color: #800080; text-decoration:none;
        }

