body {
        background-color: #FFFFFF;
        color: blue;
        font-size: 100%;
        font-family: "Lucida Console", Verdana, Arial;
}

#center {
        text-align: center;
}

#impressum {
        position: absolute;
        right: 2%;
        bottom: 5%;
        background-color: white;
        font-size:75%;
        text-align: right;
        font-family: "Lucida Console", Verdana, Arial;
}

#main a:link {
        color: blue;
        text-decoration: underline;
}
#main a:visited {
        color: blue;
        text-decoration: underline;
}
#main a:hover {
        color: blue;
        text-decoration: none;
}
