body {
    background-color: #152;
	color: #DDD;
	font-family: 'Calibri', Arial, Helvetica, sans-serif;
	margin: 0;
}

br.clear {
    clear: both;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #031;
}

body::-webkit-scrollbar-thumb {
    background-color: #393;
    border-radius: 0;
    border: 0;
}

body h1 {
    font-size: 36pt;
    height: 36px;
    letter-spacing: -2px;
    margin-top: 10px;
    text-align: center;
}
body h1 span.enoch {
    font-weight: normal;
}
body h1 span.sep {
    font-style: italic;
    font-weight: 100;
}
body h1 span.wallace {
    font-style: italic;
}
body h1 span.tbn {
    color: #0FF;
    margin-left: 20px;
}

/* splash */

body .splash {
    background-color: #031;
    border: 5px solid #031;
    display: table;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}
body .splash #c1 {
    float: left;
    height: fit-content;
    margin: 0;
    width: fit-content;
}
body .splash #c2 {
    float: left;
    height: fit-content;
    margin: 0;
    max-width: 756px;
    width: fit-content;
}

/* menu */

body .menu {
    margin: 20px auto 40px auto;
    width: 500px;
}
body .menu span {
    color: #FF0;
    font-size: 18pt;
    font-weight: bold;
}
body .menu ul {
    list-style-type: circle;
    margin: 0 0 0 80px;
    padding: 0;
}
body .menu ul ul {
    list-style-type: square;
    line-height: 20pt;
}
body .menu ul li {
    color: #DDD;
    font-size: 14pt;
}
body .menu a.bnw {
    background-color: #06C;
    background-image: linear-gradient(to right, #06C , #039);
    border: 2px solid #026;
    color: #39F;
    font-size: 24pt;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 20px;
    padding: 0 8px 4px 8px;
    font-variant: small-caps;
    text-shadow: 2px 2px #9FF
}
body .menu a.bnw:hover {
    height: 80px;
    background-color: #39F;
    background-image: linear-gradient(180deg, #9FF, #39F);
    color: #06C;
    text-shadow: -2px -2px #000;
}

/* misc */

body #ukraine {
    font-size: 14pt;
    font-weight: bold;
    margin: 20px auto 40px auto;
    text-align: center;
}
body #ukraine a {
    color: #FF6;
    font-size: 20pt;
}

/* footer */

.footer {
    color: #6C6;
    margin: 0 auto;
    height: 40px;
    width: fit-content;
}
.footer .copyright {
    float: left;
    width: 250px;
}
.footer .signature {
    float: left;
    text-align: right;
    width: 50px;
}
.footer .subtitle {
    color: #393;
    font-size: 10pt;
	margin: 0 auto;
	text-align: center;
    text-transform: uppercase;
}