BODY {
  font-family: Verdana;
  text-decoration: none;
  }
P { /* основной текст */
  font-family: Verdana;
  font-size: 13px;
  text-indent: 25px; /* Отступ первой строки */
  text-align: justify; /* Выравнивание по ширине */
  margin: 0;  /* отступ между абзацами */
  text-decoration: none;
  }
P.pz { /* заглавие */
  font-family: Verdana;
  font-size: 16px;
  font-weight: bold;
  text-indent: 0px; /* Отступ первой строки */
  text-align: justify; /* Выравнивание по ширине */
  margin-bottom: 5px;  /* отступ снизу между блоком и текстом */
  }
P.pa { /* автор */
  font-family: Verdana;
  font-size: 13px;
  font-style: italic;
  text-indent: 0px; /* Отступ первой строки */
  text-align: justify; /* Выравнивание по ширине */
  margin-bottom: 25px;  /* отступ снизу между блоком и текстом */
  }
P.pas { /* автор */
  font-family: Verdana;
  font-size: 10px;
  text-align: justify; /* Выравнивание по ширине */
  text-indent: 0px; /* Отступ первой строки */
  margin-bottom: 10px;  /* отступ снизу между блоком и текстом */
  }
P.pbc {
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;  /* отступ сверху между блоком и текстом */
  margin-bottom: 15px;  /* отступ снизу между блоком и текстом */
  }
P.pi {
  font-family: Verdana;
  font-size: 13px;
  text-align: right;
  font-style: italic;
  margin-top: 5px;  /* отступ сверху между блоком и текстом */
  }
P.pc {
  font-family: Verdana;
  font-size: 13px;
  text-align: center;
  margin-top: 10px;  /* отступ сверху между блоком и текстом */
  margin-bottom: 5px;  /* отступ снизу между блоком и текстом */
  }
UL.spisok {
  font-family: Verdana;
  font-size: 13px;
  text-align: justify;
  margin-top: 8px;  /* отступ сверху между блоком и текстом */
  margin-bottom: 8px;  /* отступ снизу между блоком и текстом */
  margin-left: 20px;  /* отступ слева */
  list-style: disc; /* форма значка */
  list-style-position: inside; /* маркер за границей списка */
  }
TD {
  font-family: Verdana;
  font-size: 13px;
  vertical-align: top;
  }

acronym {
  cursor:help; /* Курсор мышми со знаком вопроса */
  border-bottom: 1px dotted #0074BE; /* Подчеркивание текста */
  color:#0074BE; /* Цвет текста */
  }
hr.style1 { /* Gradient */
  border: 0;
  height: 2px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,51,153,0.5), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,51,153,0.5), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,51,153,1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,51,153,1), rgba(0,0,0,0));
  margin-top: 25px;
  margin-bottom: 30px;
  }
img.foto {
  margin-right: 15px;
  float: left;
  }
P.foto {
  margin: 30px;
  text-align: center;
  }






