<style>

p {
    font-size: 18px;
    font-weight: normal;
    font-family: Volkhov;
}

h2 {
    font-family: Volkhov;
    font-weight: strong;
}

h3 {
    font-family: Volkhov;
}

h4 {
    font-family: Volkhov;
    font-size: 11px;
}

li.right {
    position: absolute;
    right: 20%;
}

a:link {
    font-family: Volkhov;
    text-decoration: none;
    font-size: 18px;
    display: block;
    color: black;
}

a:visited{
    font-family: Volkhov;
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: block;
}

a:hover {
    font-family: Volkhov;
    background-color: #666666;
    color: black;
}

left {
     position: absolute;
     left: 10%;
}


</style>