@import url("source-sans-pro.css");
@import url("reset.css");

body {
    line-height: 1.5;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    margin: 24px;
    counter-reset: ebene1 imgfigcaption tablefigcaption prefigcaption;
}
a {
    color: #0000cc;
    text-decoration: underline;
}
a:hover {
    color: #cc0000;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    margin-bottom: 16px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 24px;
}
b, strong {
    font-weight: bold;
}
