html { min-height: 100%; margin-bottom: 1px; }

body {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #000000;
    text-align: center;
    color: #DCDAD9;
}

.page {
    margin: 0;
    padding: 0;
    border: 0;

    width: 600px;
    margin-left: auto;
    margin-right: auto;

    color: #DCDAD9;
    background-color: #000000;

    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 150%;

    text-align: left;
}

.full
{
    width: 600px;
    min-width: 600px;
    max-width: 600px;
    float; left;
}

img.border {
	border-right: #003300 0px solid;
    border-top: #003300 0px solid;
    border-left: #003300 0px solid;
    border-bottom: #003300 0px solid;
}

img.borderFloatLeft {
	border-right: #003300 1px solid;
    border-top: #003300 1px solid;
    border-left: #003300 1px solid;
    border-bottom: #003300 1px solid;
    margin-right: 10px;
    float: left;
}

img.borderFloatRight {
	border-right: #003300 1px solid;
    border-top: #003300 1px solid;
    border-left: #003300 1px solid;
    border-bottom: #003300 1px solid;
    margin-left: 10px;
    float: right;
}

img.media {
	border-right: #003300 1px solid;
    border-top: #003300 1px solid;
    border-left: #003300 1px solid;
    border-bottom: #003300 1px solid;
    margin-right: 8px;
}

A {
    color: #DCDAD9;
    text-decoration: none;
    border-bottom: #F2EBDE;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

A:hover {
    color: #B7BDA4;
}

A.songtitle {
    color: #B7BDA4;
}

A.songtitle:hover {
    color: #DCDAD9;
}

A.navbar {
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
}

A.navbar:hover {
    color: #B7BDA4;
    text-decoration: none;
    border-bottom: #B7BDA4;
    border-width: 0px 0px 1px 0px;
    border-style: none none dashed none;
}

A.caption {
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
}

A.noborder {
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
}

A.noborder:hover {
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
}

TABLE.page {
    width: 525px;
    text-align: left;
    float: center;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0px;
    left: 148px;
}

TD.left {
    width: 435px;
    text-align: left;
}

TD.right {
    width: 90px;
    text-align: left;
}

TD.left2 {
    width: 375px;
    text-align: left;
}

TD.right2 {
    width: 150px;
    text-align: left;
}

TD {
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    color: #DCDAD9;
}

TD.media {
    padding-bottom: 12px;
}

h1 {
    margin-top: 0px;
    border-bottom: 1px dotted #4C4231;
    margin-bottom: 5px;
}

h3 {
    color: #DCDAD9;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px dotted #4C4231;
    margin-bottom: 10px;
}

h4 {
    color: #DCDAD9;
    font-size: 12pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

h5 {
    color: #DCDAD9;
    font-size: 11pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

PRE {
    color: #DCDAD9;
    font-size: 9pt;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

FONT.fineprint {
    color: #DCDAD9;
    font-size: 8pt;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

/* song lyrics template */
.song {
    margin: 0;
    padding: 0;
    border: 0;

    width: 600px;
    margin-left: auto;
    margin-right: auto;

    color: #DCDAD9;
    background-color: #000000;

    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 150%;

    text-align: center;
}

