body {
    background-image: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #eecc00;
    font-weight: normal;
}

h1 {
    font-size: 2.5em;
}

.citat {
    line-height: 1.8em;
}

.text {
    letter-spacing: 0.1em;
}

blockquote {
    font: normal small-caps normal 1em arial;
}

table {
    text-transform: capitalize;
    border: 1px solid black;
    border-collapse: collapse;
}

td {
    border: 1px dotted black;
}

th {
    background-color: green;
}

tfoot {
    font-style: italic;
}

abbr, acronym {
    cursor: help;
}