body {
    background:rgb(8,8,8);	
    font-family : Arial,Helvetica,sans-serif;
    text-decoration : none;
    border : none;
    width : 90%;
    height : 90%;
}

#imprint{
    font-size : 9pt;
    color : rgb(30, 30, 30);
    border : none;
    width:1024px;
    background : rgb(8,8,8);
    text-align : center;
    margin : 0px auto;
}
a:link {
    background-color : transparent;
    text-decoration : none;
    border : none;
    color : #969696;
}
a:visited {
    background-color : transparent;
    text-decoration : none;
    border : none;
    color : #969696;
}
a:active {
    background-color : transparent;
    text-decoration : none;
    border : none;
    color : #969696;
}
a:hover {
    background-color : transparent;
    color : #9b2219;
    border : none;
}


