@import url('https://fonts.googleapis.com/css?family=Teko:700|Tinos:700');

a:link, a:visited {color: #900; text-decoration: none;}
a:active, a:hover {color: #e11; text-decoration: underline;}
a[name]:hover {color: #000; text-decoration: none;}
.f:after {content: "[F]"; color: #33c;}
.r:after {content: "[R]"; color: #e00;}
.i:after {content: "[I]"; color: #090;}
.c:after {content: "[C]"; color: #f62;}
.a:after {content: "[A]"; color: #d08;}

.goback
{
    position: fixed;
    background: #C2A37A;
    font-size: 16px;
    text-decoration: none !important;
    outline: 4px solid #000;
    outline-offset: -8px;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.6);
    left: calc(50% + 392px);
    padding: 14px;
    z-index: 1;
}

.f, .r, .i, .c, .a
{
    font-family: monospace;
}

body
{
    background: #986 url(bg-wood.jpg);
    font-family: sans-serif;
    font-size: 14px;
}

h1
{
    font-family: Teko, Impact;
    font-size: 40px;
    text-align: center;
}

h3, .menu
{
    font-family: Tinos, Georgia;
    font-size: 18px;
    text-align: center;
}

.menu a
{
    font-weight: bold;
    text-decoration: none !important;
}

.main
{
    background: linear-gradient(-90deg, #C2A37A, #F6DBAC, #F6DBAC, #C2A37A);
    width: 740px;
    outline: 4px solid #000;
    outline-offset: -8px;
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.6);
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
    text-align: justify;
    position: relative;
    z-index: 2;
}

.bar
{
    border: none;
    background: #000;
    height: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -22px;
    margin-right: -22px;
}

a img
{
    border: 4px solid #000;
}

li
{
    margin-left: -20px;
}
