body { font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif; padding: 30px; background-color: gray; } a { color: white; text-decoration: none; /* Отменяем подчеркивание у ссылки */ } a:visited { color: white; /*не становитсч синей после посещ*/ } a:hover { color: #800000; /* Цвет ссылки при наведении на нее курсора мыши */ text-decoration: underline; /* Добавляем подчеркивание */ } header { background-color: rgb(7, 146, 30); color: white; padding-left: 10px; } .h2style { font-size: 30px; font-weight: bold; }