body {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 0.7em;
    color: #000066;
    /* background: #ffffcc; */
    background: #FFFFEE;
}

h1 {
    text-align: center;
    font-variant:small-caps;
}

h2 {
    text-align: center;
    text-decoration: underline;
}

h3 {
    text-align: center;
}

pre {
    background-color:#ffffff;
    color:#555555;
    font-family: "Courier new",Fixedsys;
    padding:0.5em;
    font-size: 1.0em;
}

table {
    font-size: 1.0em;
    empty-cells:show;

a:link {
    color: blue;
    text-decoration: none;
}
a:visited {
    color: blue;
    text-decoration: none;
}
a:hover {
    color: #DF0101;
    text-decoration: none;
}
a:active {
    color:lime;
    text-decoration: none;
}


p.fehler {
    font-weight:bold;
    color:red;
}

.popup {
    /* color: #9F141A; */
    cursor: default;
    text-decoration: none
}

a img {border: none}
