/* ueberschriften.css */
h1,
h2,
h3 {
    margin: .5em 0;
    color: #952109;
    letter-spacing: -1px;
    text-shadow: 2px 2px 2px #c0c0c0
}

h1 {
    line-height: 1em
}