a:active { 
    outline:0; 
}
a:focus { 
    outline:0; 
}
span.todo {
    color: red;
}
body {
    background-color: #dfdca8;
    color: black;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
hr {
    background-color: #af5500;
    color: #af5500;
    border-style: solid;
    margin-top: 16px;
    margin-bottom: 16px;
}
div.pageheader {
    background-color: #9f5500;
    color: #c08000;
    margin: 2px 2px 2px 2px;
    padding: 2px 8px 2px 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #af5500;
    font-family: Helvetica;
}
div.pageheader a:link {
    color: white;
    text-decoration: none;
}
div.pageheader a:active {
    color: white;
    text-decoration: none;
}
div.pageheader a:visited {
    color: #f0b000;
    text-decoration: none;
}
div.head {
    background-color: #df9500;
/*
    background-image: url("sepa-64x64.png");
    background-repeat: no-repeat;
    background-position: 2% 50%;
*/
    color: #f0f0b0;
    margin: 2px 2px 2px 2px;
    padding: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #af5500;
    font-family: Helvetica;
    text-align: center;
    font-size: xx-large;
    letter-spacing: 0.1em;
    padding: 9px;
    text-shadow: black 0px 0px 5px;
}
div.content {
    background-color: #dfdca8;
    width: 100%;
    margin: 0px;
}
div.menu {
    background-color: #fcf9c5;
    color: #9f4500;
/*
    margin: 2px 2px 2px 2px;
*/
    margin-left: 2px;
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #af5500;
/*
    font-weight: bold;
*/
    font-size: medium;
    font-family: Helvetica;
    width: 154px;
    vertical-align: top;
    float: left;
    position: fixed;
}
div.menusub {
    background-color: #fcf9c5;
    color: #9f4500;
/*
    margin: 2px 2px 2px 2px;
*/
    margin-left: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-style: solid;
    border-width: 0 0 0 2px;
    border-color: #bf9500;
/*
    font-weight: bold;
*/
    font-size: smaller;
/*
    width: 8.5em;
*/
    width: 144px;
    display: none;
}
span.button-down {
    display: block;
    background-color: inherit;
    color: #ffb040;
    padding: 6px;
}
span.button-up {
    padding: 6px 0 6px 0;
}
span.button-up a {
    display: block;
    padding: 6px;
}
div.menu a:link {
    background-color: inherit;
    color: #9f4500;
    text-decoration: none;
}
div.menu a:visited {
    background-color: inherit;
    color: #bf6500;
    text-decoration: none;
}
div.menu a:hover {
    background-color: #bf9500;
    color: white;
    text-decoration: none;
}
div.body {
    background-color: #ffffe0;
    color: #000040;
/*
    margin: 2px 2px 2px 2px;
*/
    margin: 0px 2px 2px 0px;
    padding: 6px;
/*
    position: scroll;
*/
    vertical-align: top;
    margin-left: 168px;
    border-style: solid;
    border-width: 1px;
    border-color: #af5500;
}
h1 {
    text-align: center;
    background-color: inherit;
    color: #8f5510;
}
h2 {
    text-indent: 0.5em;
    background-color: inherit;
    color: #5f2510;
    margin-bottom: 0px;
}
h3 {
    background-color: inherit;
    color: #5f2510;
    margin-bottom: 0px;
}
a {
    background-color: inherit;
    color: #9f4500;
}
a:visited {
    background-color: inherit;
    color: #bf6500;
}
a:hover {
    color: #ffa500;
    background-color: inherit;
}
div.indent {
    margin-left: 40px;
    margin-right: 40px;
}
code {
    background-color: inherit;
    color: #8f4540;
}
pre.code {
    background-color: #fcf9c5;
    color: #8f4540;
    margin: 2px 2px 2px 2px;
    padding: 2px 4px 2px 4px;
}
div.image {
    text-align: center;
    font-size: small;
    font-style: italic;
}
div.image img {
    margin: 2px;
}
div.pagefooter {
    background-color: #9f5500;
    color: #c08000;
    margin: 2px 2px 2px 2px;
    padding: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #af5500;
}
div.pagefooter a:link {
    color: white;
    text-decoration: none;
}
div.pagefooter a:active {
    color: white;
    text-decoration: none;
}
div.pagefooter a:visited {
    color: white;
    text-decoration: none;
}
