html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
 /* height: 100%; */
}
a {
  color: #707070;
  text-decoration: underline;
}
a:hover {
  color: #000099;
}
#latestNews a {
  text-decoration: underline;
}
table, html, body {
  color: #000000;
  font-size: 10pt;
  font-family: Tahoma;
}
.spicok { /* стиль для слов заголовка списка */
  color: #606060;
  font-weight: bold;
  padding-top: 4px;
}
.displayNone {
  display: none;
}
p{
  text-indent: 10px;
}
p:first-letter { /* Буквица */
  font-family: Monotype Corsiva;
  font-weight: bold;
  font-size: 15pt; /* Размер шрифта буквицы */
  color: #707070; /*  цвет первой буквы */
  padding: 2px; /* Поля между буквицей и текстом */
  margin-top: -2px; /* Отступ сверху */
}
h2 {
  font-family: Monotype Corsiva;
  color: #606060;
  font-size: 20px;
}

h2.title {
  font-family: Monotype Corsiva;
  color: #606060;
  font-size: 16px;
}
h3 {
  margin-right: 10px;
  padding-right: 30px;
  font-family: Helvetica, sans-serif;
  font-style: italic;
  color: #707070;
  font-size: 100%;
}

ul { /*  */
  margin-left: 30px;
}
li{
  margin-bottom: 3px;
}


q { /* кавычки */
  quotes: "\00AB" "\00BB";
  }
/*q:before {content:open-quote;}
q:after {content:close-quote;}*/

.bigRed {
  font-family: Monotype Corsiva;
  font-size: 20px;
  color: #CC0033;
  font-weight: bold;
}

.bigBlue {
  font-family: Monotype Corsiva;
  font-size: 20px;
  color: #000099;
  font-weight: bold;
}
.midBlue {
  font-family: Monotype Corsiva;
  font-size: 16px;
  color: #000099;
  font-weight: bold;
}
.blue {
  color: #000099;
}
.otstup {
  margin-top: -16px;
  padding-left: 100px;
  text-align: justify;
}
fieldset.price {
  float: right;
  width: 200px;
  margin-left: 10px;
}

