<!-- /* общие  стили */* {padding : 0;  /*задаём  величину поля сразу для всех сторон элемента  */}ul {list-style : none;}body {background : #FF9933;}table {border-collapse : collapse;  /*убираем пустые промежутки между ячейками*/border : red solid 5;       /*устанавливаем для таблицы внешнюю границу ,белого  цвета толщиной  red solid 5 or 0px*/}td {padding-left: 5px;  /*отступ для ячейки таблицы */padding-right: 5px; /*отступ для ячейки таблицы */}html{padding-left: 5px;  /*отступ для ячейки таблицы */padding-right: 5px; /*отступ для ячейки таблицы */}#iframe {     name: heading;      align:middle;      scrolling:no;     frameborder:0;      height: 405px;     width: 1200px;     border: none;     margin: 0;     padding: 0;}  P.fig {  align: left; /* Выравнивание по центру */         }     html {  font-size: 16px;}body, table, tr, td {font-size : 1.0rem;  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu; sans-serif; /*устанавливаем шрифт*/text-align : center;color : #A52A2A;}h1 {text-align : center;  font-size: 2.0rem;font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu; sans-serif; color : #A52A2A;}h2 {text-align : center;fofont-size : 1.8rem; font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu; sans-serif; color : #A52A2A;}h3 {text-align : left;fofont-size : 1.8rem; font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu; sans-serif; color : #A52A2A;}h4 {text-align : left;font-size : 1.0rem;  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu; sans-serif; color : #A52A2A;font-weight : normal;}h5 {text-align : left;font-size : 18px;font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu; sans-serif; color : #A52A2A;font-weight : normal;}h6 {text-align : center;font-size : 18px;font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu; sans-serif; color : #A52A2A;font-weight : bold;}h8 {text-align : left;font-size : 12px;font-family : arial;color : #A52A2A;font-weight : normal;}h7 {text-align : left;font-size : medium;font-family : arial;color : #A52A2A;}li {color : #666666;}a:link {text-decoration : none;color : #A52A2A;}a:visited {text-decoration : none;color : #A52A2A;}a:hover {text-decoration : underline;color : #CC0000;}p {margin : 1em 0;}          a img {border : none;  /* Убираем рамку вокруг изображений ссылок  */}<!--/* общие  стили */