BODY, table {
    font-family: "Georgia", serif;
    color: black;
}
H1, H2, H3 {
    font-family: "Verdana", sans-serif;
    color: #044483; font-weight: bold; font-style: italic;
}

H1.title {
    color: #044483; font-weight: bold; font-style: normal;
}

DIV.code{      width: 95%;
                color : black;
                background-color: rgb(90%, 90%, 90%);
                padding-left: 1em;
                padding-right: 1em;
                }
a#OSGeoorg {
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    height: 23px;
    width: 80px;
    background: url(osgeo_logo_tiny.png) bottom right no-repeat;
    text-indent: -999em;
    text-decoration: none;
}

