body {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 0.8em;
    color: #000;
}
/* @author: Ronny Poller, David Jobst */
/* Headlines */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.1em;
    text-align: left;
    color: #1572b9;
}
h1 {
    font-size: 1.4em;
    line-height: 1.6em;
    color: #1572b9;
}
h2 {
    font-size: 1.3em;
    line-height: 1.5em;
    color: #666;
}
h3 {
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: left;
    color: #000;
}
h4 {
    font-size: 1.1em;
    line-height: 1.3em;
    text-align: left;
    color: #1572b9;
}
h5 {
    font-size: 1.0em;
    line-height: 1.2em;
    text-align: left;
    color: #666;
}
h6 {
    font-size: 0.9em;
    line-height: 1.1em;
    text-align: left;
    color: #000;
}

/* Links */
a:link {
    color: #1572b9;
    text-decoration: none;
}
a:visited {
    color: #666;
    text-decoration: underline;
}
a:hover {
    color: #1572b9;
    text-decoration: underline;
}
a:active {
    color: #1572b9;
    text-decoration: underline;
}

p {
    line-height: 1.3em;
    margin-bottom: 10px;
}
