
body
{
    background-color: silver;
}

a
{
    color: black;
}

a:hover
{
    color: white;
}

h1
{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: solid;
}

div
{
    /*background-color: orange;*/
}

div#footer
{
    border-top: solid;
}

ul#navi
{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.clear
{
    clear: both;
}

ul#navi>li>a
{
    display: block;
    width: 8em;
}

ul#navi>li
{
    position: relative;
    top: 0;
    top: -1em;
    float: left;
}

div#content
{
    margin-top: 0em;
    border-top: solid;
    clear: both;
}

div#content p
{
}

/*
div#navi
{
    float: right;
    left: 10px;
    border: solid;
    width: 100px;
    margin-right: 5px;
    padding-top: 0px;
}

div#navi>ul
{
    margin-top: 0px;
    list-style-type: none;
    border: solid;
    margin-bottom: 0px;
}

div#navi>ul>li
{
    margin: 0px;
}
    */
span.pre
{
    float: clear;
    font-family: courier, monospace;
    display: block;
    text-align: left;
    white-space: pre;
    unicode-bidi: embed;
}
