body {
    color: #0000ff;
    background-color: #ffff66;
}

a:link {
    color: #ff0000;
}
a:visited {
    color: #bb0000;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

cite {
    font-variant: small-caps;
}

img {
    padding: 0.2em 0em;
}

.verein {
    text-align: center;
    font-weight: bold;
}
.title {
    text-align: center;
}

h1 {
    text-align: center;
}

sup {
    /* use a smaller size for superscripts for a better display: */
    font-size: 0.7em;
}

/*
h1 {
    font-size: 1.6em;
    text-align: center;
}
h2 {
    font-size: 1.2em;
}
h3 {
    font-size: 1.1em;
}
h4 {
    font-size: 1.0em;
}

.subtitle {
    text-align: center;
    margin-top: -0.5em;
    margin-bottom: 2.0em;
}

li {
    padding: 0.1em 0em;
}
*/

