/*Заголовки */
h1 {
        font: 11pt sans-serif;
	font-weight: bold;
        text-align: justify;
	margin: 10 20 10 20
	}
/* Обычный текст */
p { 
	text-align: justify;
        font: 10.0pt sans-serif;
        text-indent: 30pt;
	margin: 10 20 10 20;
	}

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

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