@font-face {
    font-family: 'DIN';
    src: url('../ttf/DIN.ttf');
}
@font-face {
    font-family: 'Georgia';
    src: url('../ttf/Georgia.ttf');
}
body {
    background-color: rgb(240, 240, 240);
    //color: rgb(128, 128, 128);
}
a {
    //font-family: Menlo, Monaco, DejaVu Sans Mono, Lucida Console, Consolas, Bitstream Vera Sans Mono, monospace;
    //font-size: 12px;
    //line-height: 18px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    color: rgb(64, 128, 192);
}
a:hover {
    text-decoration: underline;
}
code {
    font-family: Menlo, Monaco, DejaVu Sans Mono, Lucida Console, Consolas, Bitstream Vera Sans Mono, monospace;
}
h1 {
    font-size: 20px;
    font-weight: bold;
}
h2 {
    font-size: 16px;
    font-weight: bold;
}
p {
    margin: 0;
    margin-bottom: 16px;
}
pre {
    font-family: Menlo, Monaco, DejaVu Sans Mono, Lucida Console, Consolas, Bitstream Vera Sans Mono, monospace;
    font-size: 12px;
    line-height: 18px;
}
#logo {
    height: 256px;
    left: 32px;
    position: fixed;
    top: 32px;
    width: 256px;
}
#title {
    background-color: rgb(192, 192, 192);
    border-color: rgb(192, 192, 192);
    border-style: solid;
    border-width: 1px;
    color: rgb(255, 255, 255);
    font-family: 'DIN';
    font-size: 16px;
    left: 32px;
    letter-spacing: 4px;
    margin: 4px;
    padding: 4px;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    top: 320px;
    white-space: nowrap;
    width: 240px;
}
#menu {
    font-family: 'DIN';
    font-size: 16px;
    left: 32px;
    letter-spacing: 4px;
    //line-height: 32px;
    position: fixed;
    text-transform: uppercase;
    top: 384px;
    width: 256px;
}
#menu > div {
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    color: rgb(128, 128, 128);
    cursor: pointer;
    line-height: 16px;
    margin: 4px;
    padding: 4px;
    text-align: center;
}
#menu > .selected {
    background-color: rgb(255, 255, 255);
    border-color: rgb(192, 192, 192);
    color: rgb(0, 0, 0);
    cursor: default;
}
#head {
    border-color: rgb(128, 128, 128);
    border-style: solid;
    border-width: 1px;
    margin-bottom: 32px;
    padding: 4px;
    text-align: right;
    
    font-family: 'DIN';
    font-size: 16px;
    letter-spacing: 4px;
    //line-height: 32px;
    top: 384px;
    width: 504px;
    line-height: 16px;
}
#text {
    background-color: rgb(255, 255, 255);
    border-color: rgb(192, 192, 192);
    border-style: solid;
    border-width: 1px;
    font-family: 'Georgia';
    font-size: 16px;
    left: 320px;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 32px;
    padding: 32px 32px 16px 32px;
    position: absolute;
    top: 32px;
    width: 576px;
    word-spacing: 1px;
}
.oml {
    font-family: 'DIN';
    //text-transform: uppercase;
    font-weight: bold;
}
.q {
    font-weight: bold;
}
.a {
    font-variant: italic;
}


