body, html {
    background: #AAAADD url("hammer.jpg") no-repeat top left;
    color: #EEEE99;
    font: bold 24pt Verdana, sans-serif;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

h1 {
    font: 900 72px MightyWind, sans-serif;
    color: #999933;
    padding: 0.25em;
    margin: .25em;
    text-align: center;
    background-color: #EEEE99;
}

h1.firstpage {
    border: 1px solid #000033;
}

p {
    text-align: left;
    margin: .5em;
    padding: .25em;
    background: url("half_black.gif") repeat;
}

.chorus {
    color: white;
    padding: 0.5em;
}

.credit {
    font-size: small;
    position: absolute;
    bottom: 0.5em;
    right: 1em;
}

.echo {
    color: #DDDDCC;
    font-style: italic;
    font-weight: normal;
    text-align: right;
}

p#slidenav {
    font-size: small;
    position: absolute;
    bottom: 0.5em;
    left: 1em;
}

