/* standard.css
*
* globale Stylesheets
*/

BODY {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 90%;
    margin-left:4px; margin-right:4px; margin-top:0px; margin-bottom:0px
    margin-left:50px;
    padding: 0;
}

A, A:ACTIVE, A:VISITED {
    text-decoration : none;
    color: #0000BF;
}

A:HOVER {
    text-decoration : underline;
    color: #DF0000;
}

.klein {
    font-size: 75%;
}
h2 {
    font-size: 115%; color: 0000DF;<br />
}

h1 {
    font-size: 200%; color: 0000DF;
}
