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

/* Строка "Содержание" */
p.sod { 
	font-family: Arial, sans-serif;
	font-size: 12.0pt;
        font-weight: bold;
        text-align: center;
        text-transform:uppercase;
	}

/* Заголовки разделов */
p.rubrika { 
	font-family: Arial, sans-serif;
	font-size: 11.0pt;
        font-weight: bold;
        text-align: center;
        text-transform:uppercase;
	}

/* Авторы */
p.author {
        text-align: left;
        font-family: Arial, sans-serif;
	font-size: 10.0pt;
        font-style: italic;
        text-indent: 0pt;
	}

/* Названия статей */

p {
        text-align: left;
        font-family: Arial, sans-serif;
	font-size: 10.0pt;
        text-indent: 0pt;
	}
</body>