.menu {
  color: #000;
  font-size: 11px;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

.menu:visited {
  color: #000;
}

.menu:hover {
  color: #EF5A03;
}

.spis:hover {
  color: #EF5A03;
  text-decoration: none;
}
.spis:link{
  color: #000000;
  text-decoration: none;
}
p,ul,.text,div,td {
  color: #333333;
  font-size: 11pt;
  font-family: times, tahoma, verdana, arial, helvetica, sans-serif;
  text-align:justify;
}
.date {
  color: #666666;
  font-size: 9pt;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
}
.lid {
  color: #000000;
  font-size: 10pt;
  font-family: times, tahoma, verdana, arial, helvetica, sans-serif;
  font-style: italic;
}
.h1 {
  color: #EF5A03;
  font-size: 14pt;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

h1 {
  color: #EF5A03;
  font-size: 11pt;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  color: #EF5A03;
  font-size: 10pt;
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

h3 {
  color: #000000;
  font-size: 10pt;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

#time { font-size:18;}
#tab TABLE {
 border-collapse: collapse; /* Линия между ячейками отображается как одна */
}

#tab TD,th {
 border: 1px solid black; background-color:white;/* Параметры рамки вокруг ячеек таблицы */
}
#tab th {text-align: center;} /* Выравниваем текст по центру */
#cen td {text-align: center}

.tab TABLE {
 border-collapse: collapse; /* Линия между ячейками отображается как одна */
}

.tab TD,th {
 border: 1px solid black; /* Параметры рамки вокруг ячеек таблицы */
}
.tab th {text-align: center;} /* Выравниваем текст по центру */

.epigraph {margin-left:100px;font-style:italic}

.slink {text-decoration:underline;font-size:7pt;color:black}