body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: white;
    color: black;
    font-family: Verdana, sans-serif;
    font-size: 1em;
}

div.stripe {
    background-color: #AD9C9C;
    color: #F8D77B;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-stretch: normal;
    border-style: groove;
    border-width: 0.15em;
    border-color: silver
}

a.stripe {
    color: #F8D77B;
    text-decoration: none;
}

a.stripe:hover,a.stripe:active {
    color: yellow;
    text-decoration: underline;
}

p.lang, p.langsel, p.site, p.sitesel, p.topic, p.topicsel {
    margin-top: 0;
    margin-bottom: 0;
    padding: .3em;
    border-width: .1em;
    border-color: silver;
    font-size: 0.8em;
}

p.site, p.sitesel {
    text-align: center;
}

p.lang, p.site, p.topic {
    color: #F8D77B;
    background-color: #9C8A8C;
    border-style: solid;
}

p.langsel, p.sitesel, p.topicsel {
    color: maroon;
    background-color: #F8D77B;
    border-style: inset;
}

#sitesintro {
    position: absolute;
    left: 6em;
    top: 0;
    width: 7em;
    height: 5.7em;
}

#sites {
    display: none;
    position: absolute;
    right: 5.85em;
    top: 0;
    width: 14em;
    height: 1.3em;
    z-index: 5;
    text-align: center;
}

#langintro {
    position: absolute;
    left: 0;
    top: 6em;
    width: 5.7em;
    height: 7em;
}

#lang {
    position: absolute;
    right: 0;
    top: 0em;
    width: 5.7em;
    height: 7em;
    z-index: 3;
}

div.menuimage {
    background-color: white;
    font-size: 1em;
    color: black;
    border-width: 0.15em;
    border-style: inset;
    padding: 0;
}

#menuimageintro {
    position: absolute;
    left: 6em;
    top: 6em;
    height: 7em;
    width: 7em;
    z-index: 3;
}

#menuimage {
    position: absolute;
    left: 0;
    top: 0;
    height: 7em;
    width: 7em;
    z-index: 3;
}

#linksintro {
    position: absolute;
    left: 0;
    top: 20em;
}

#links {
    position: absolute;
    left: 0;
    top: 20em;
}

#topicsintro {
    position: absolute;
    left: 6em;
    top: 13.3em;
    width: 7em;
    height: 33em;
    z-index: 2;
}

#topics {
    position: absolute;
    left: 0;
    top: 7.3em;
    width: 7em;
    height: 33em;
    z-index: 2;
}

#contextintro {
    position: relative;
    left: 13.3em;
    top: 6em;
    height: 7em;
    width: 100%;
    padding-left: 1em;
}

#context {
    position: relative;
    left: 7.3em;
    top: 0;
    height: 7em;
    width: 100%;
    padding-left: 1em;
}

div.text {
    font-family: serif;
    font-size: 1em;
    background-color: white;
    color: black;
    margin: 0em;
    padding: 1em;
}

#textintro {
    position: absolute;
    left: 13.3em;
    top: 13.3em;
    right: 0;
}

#text {
    position: absolute;
    left: 7.3em;
    top: 7.3em;
    right: 0;
}


