body {               
            scrollbar-fase-color: white; 
	scrollbar-HIGHLIGHT-color: white; 
	scrollbar-SHADOW-color: white; 
	scrollbar-3DLIGHT-color: Silver; 
	scrollbar-ARROW-color: Silver; 
	scrollbar-DARKSHADOW-color: Silver;
    margin: 0; /* Убираем отступы */
    font-family: Verdana, Arial, Times New Roman, sans-serif; Helvetica;
    font-size: 80%;
  
                  }
 table
          {   width: 100%; /* Ширина таблицы */
              border-collapse: inherit; 
              font-size: 10pt; 
         }
              
TD {
    padding: 10px; /* Поля в ячейках */
} 
a {
      text-decoration: none; /* Отменяем подчеркивание у ссылки */
      outline: none; /* Убираем границу вокруг ссылок  */
     color: #5F9EA0; /* Цвет текста */
     font-weight: bold;  /* жирный шрифт */
     font-size: 8pt;
}

 a:visited {
        color: #5F9EA0; /* Цвет посещенной ссылки */
        }

 a:hover {
         color: #5F9EA0; /* Цвет ссылки при наведении на нее курсора мыши */  
         text-decoration: underline; /* Добавляем подчеркивание */
         }   
   
hr {
    border: none; /* отмена для мозила */
    color: Slategray; /* цвет */
    background-color: Slategray; /* цвет для мозила */
    height: 1px; /* толщина */ 
   }
   
p { 
    text-indent: 3em; /* Отступ первой строки */
    text-align: justify;  /* Выравнивание по ширине */
    line-height: 1,5;  /* между строчный интервал */
     font-size: 10pt;
   
   }
   
          
h1, h2, h3, h4, h5, h6 {   
                                   font-family: Verdana, Arial, Times New Roman, sans-serif; Helvetica; 
                                   line-height: 3;  /* между строчный интервал */
                                   padding: 0; /* Убираем значение полей */
                                   margin: 0; /* Обнуляем значения отступов */ 

}

h1 {  font-size: 13pt; color: #0080FF;
      text-align: center; /* Отступ от края*/
   } 

h2 {   color: #0080FF;
       font-size: 13pt; 
       font-style:  italic; /* курсив */
       text-indent: 50px;
         }  

h3 { font-size: 9pt; 
     text-transform: uppercase; }

h4 {  font-size: 8pt; }

h5 { font-size: 9pt; 
     
     color: #0080FF; 
     }

h6 { 
       font-size: 8pt;
      font-style:  italic;
      color: #0080FF;
  }


ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 10;
  padding: 20;
  width: 30em;
}

ul#menu a {
  display: block;
  text-decoration: none;
  outline: none; /* Убираем границу вокруг ссылок  */
  
}

ul#menu li {
  margin-top: 3px;
}

ul#menu li a {
  background: #;
  font-weight: bolder;
  font-size: 8pt;
  color: #808080;	
  padding: 5px;
}

ul#menu li a:hover {
  background: #DCDCDC;
    border-left: ;
  padding-right: 0px;
}

ul#menu li ul li a {
  background: #fff;
  color: #000;
  padding-left: 0px;
}

ul#menu li ul li a:hover {
  background: none;
  border-left: none;
  border-right: 2px #B0C4DE solid;
  border-bottom : 2px #B0C4DE solid;
  padding-left: 0px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }