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

h1 {
    font-weight: 800;
    font-size: 1.5em;
    padding: .5em;
    margin: 0px 0px 1em 0px;
    background-color: #000000;
    border-bottom: 2px solid #003300;
    color: #66CC66;
}

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

p {
    text-align: left;
    margin: 0px 0.5em;
    padding: 0.75em 0.5em;
    background: url("half_black.gif") repeat;
}

.chorus {
    color: #CCFF33;
}

.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;
}

