body, html, frame {
    background: #DDDDBB url("footprint.jpg") repeat top center;
    color: #001818;
    font: bold 22pt Verdana, sans-serif;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

h1 {
    font-weight: 800;
    font-size: 1.5em;
    padding: .5em;
    margin: .5em;
    color: #999977;
    text-transform: lowercase;
    text-align: right;
}

h1.firstpage {
    border-bottom: 1px solid #009900;
}

p {
    text-align: left;
    margin: 5px 0.5em;
    padding: 0.75em 0.5em;
}

.chorus {
    color: #330000;
}

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

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

p#slidenav {
    font-size: small;
    font-weight: normal;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: none;
}


