:root {
    --kinovar: rgb(204,8,3);
}
body {
    font-family: 'Arial, Verdana, Helvetica, serif';
}
cu {
    font-family: 'Fedorovsk Unicode';
    font-size: 25px;
}
wide {
    letter-spacing: 0.1rem;
}
em {
    color: var(--kinovar);
    font-style: normal;
}
red {
    display: inline;
    color: var(--kinovar);
}
p[text_align="center"] {
    text-align: center;
}
bukvitsa {
    height: 3rem;
    padding-right: 0.25rem;
    margin-top: -0.5rem;
    margin-bottom: 0.25rem;
    font-family: 'Pomorsky Unicode';
    font-size: 300%;
    float: left;
    color: var(--kinovar);
}
div.nav {
    text-align: center;
    background-color: #f7f7e0;
    margin: 0 0 0 0;
}
div.nav table {
    margin: 0 auto;
    padding: 0 0 0 0;
}
div.nav table tr td {
    padding: 3px 5px 3px 5px;
}
a:link {
    color:              #2A2A8B;
    font-weight:        bold;
    text-decoration:    none;
}

a:visited {
    color:              #2A2A8B;
    font-weight:        bold;
    text-decoration:    none;
}

a:hover {
    font-weight:        bold;
    text-decoration:    underline;
}
