body {
    color: black;
}

a:visited {
    color: #f33;
}

a {
    color: #f00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.sidenavstale {
    color: red;
}

a.sidenav {
    color: blue;
}

a.sidenavfresh {
    color: green;
}

div.header {
    border: 1px solid black;
    background: #eeeeee;
    clear: both;
    position: relative;
}


div.header img {
    border: 0px;
    float: left;
    padding: 4px;
    position: relative;
}

div.header h1 {
    float: right;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 1px;
    padding-top: 1px;
    position: relative;
    border: 2px dotted black;
    background: white;
    font-family: helvetica, sans-serif;
    letter-spacing: 2px;
    color: black;
    font-size: 16px;
}

P.thispageis {
    display: none;
    clear: both;
    text-align: center;
}

div.navlinks {
    width: 65%;
    margin-top: -1px;
    margin-bottom: 4px;
    float: right;
    border: 1px solid black;
    border-left: 0px;
    position: relative;
}

div.navlinks P {
    text-align: right;
    margin: 2px;
    margin-bottom: 3px;
    margin-top: 3px;
    padding: 0px;
    font-size: 80%;
    font-family: helvetica, sans-serif;
    line-height: 180%;
}

div.navlinks p a {
    padding: 1px;
    margin: 0px;
    background: #ddd;
    border: 1px solid black;
    text-decoration: none;
}

div.navlinks p a:hover {
    background: lightblue;

}

div.bestbefore {
    float: left;
    font-size: 90%;
    font-family: times, serif;
    background: #eee;
    margin-top: 0px;
    margin:0px;
    padding-left: 5px;
    padding-right: 5px;
}

div.bestbefore {
    font-style: italic;
}

div.bestbefore p.oldwarning {
    border: 3px dashed red;
    padding: 3px;
}

div.footer {
    border-top: 1px solid #999999;
}



div.footer p {
    clear: both;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 9px;
    text-align: right;
    color: #888888;
    margin: 0em;
}

div.content {
    clear: both;
}

div.indextext {
    clear: both;
    background: url(figure_white.png) no-repeat top left;
    height: 432px;
    text-align: right;
}

div.indextext P {
    float: right;
    width: 65%;
    margin-left: 35%;
}

div.content P {
    margin-left: 10%;
}

div.content PRE {
    margin-left: 10%;
}

div.content UL {
    margin-left: 10%;
}

div.content blockquote {
    margin-left: 15%;
    font-style: italic;    
}

div.important {
    background: #eee;
    padding: 10px;
}
