body {
    background: #3f4248;
    margin: 0;
    padding: 0;
    color: #bcc4c7;
    font-family: "Times New Roman", Times, serif;
}

div.page_container {
    max-width: 1200px;
    margin: auto;
    padding: 32px;

}

h4 {
    text-align: center
}

hr {
    width: 400px;
    border: 0;
    height: 1px;
    background: lightgray;
    margin-top: 32px;
    margin-bottom: 32px
}

p {
    text-align: justify;
}

p.centered {
    text-align: center;
}

p.sign {
    text-align: right;
    font-weight: bold;
    font-style: italic;
}

mark {
    /*color: #A68131;*/
}

.color-highlighting {
    color: #A68131;
}

a, a:link, a:visited {
    color: #A68131;
    text-decoration: none; /* Убирает подчеркивание для ссылок */
}

a:hover {
    color: #bcc4c7;
    text-decoration: underline;
}

img.vignette {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24pt;
    margin-bottom: 8pt;
}

