body {
   background-image: url(img/back.png);
}

  
h1 {
   text-align: center;  
   color: white;
   font-size: 34px;
}
p {
   color: Yellow;
   font-size: 28px;
}
ol
{
   color: Yellow;
   font-size: 25px;
   line-height: 1.5;
}
  A {
     color: Yellow; /* Цвет ссылок */
     text-decoration: none;
    }
  A:visited {
     color: #cecece; /* Цвет посещенных ссылок */
    }
  A:active {
     color: #ffff00; /* Цвет активных ссылок */
    }   
  A:hover {  
     text-decoration: underline; /* Добавляем подчеркивание при наведении курсора на ссылку */
     color: red; /* Ссылка красного цвета */
    }  
a.disabled {
pointer-events: none; /* делаем элемент неактивным для взаимодействия */
cursor: default; /*  курсор в виде стрелки */
color: #888;/* цвет текста серый */
}
     
IMG.displayed{
  
   margin-left: auto;
   margin-right: auto;  
       }

table {
   width: 100%;
}      
th {
  text-align: left;
  padding-left: 20px;
  vertical-align: top;
} 
