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


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

