html, body, div, span, ol, ul, li, lh {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

a img { border: 0; }
html { font-size: 100.01%;}

body { 
    line-height: 1.5; 
    font-size: 180%;
    background: #FFF;
    color: #000;
    text-align: center;
}

body, td.song {
    font-family: "American Typewriter", Courier, monospace;
}

#wrapper {
    max-width: 900px;
    margin: 0 auto;
    min-height: 700px;
    background: url('paper.jpg') top left repeat-y;
}

#wrapped {
    padding: 0 1em;
}

h1 {
    margin-top: 0;
    padding-top: 0.25em;
    font-weight: normal;
    font-size: 300%;
    line-height: 1.1em;
    margin-bottom: 0.75em;
}

#user h1, #artist h1 {
    font-size: 200%;
}


h1 span {
    display: block;
    font-size: 20%;
    margin-bottom: -1em;
}

#user h1 span, #artist h1 span {
    font-size: 30%;
}

p {
    font-size: 120%;
    clear: left;
}

table {
    width: 100%;
    padding-bottom: 1em;
    margin-top: 2em;
    clear: left;
}

th {
    text-align: left;
    font-size: 60%;
}

td {
    text-align: left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 60%;
    padding-right: 0.25em;
}

tr.song {
    cursor: pointer;
}

tr.song td {
    padding-bottom: 0.6em;
    padding-top: 0.6em;
    line-height: 1.1em;
}

td.song {
    font-size: 100%;
}

td a {
    
}

th.keyhead {
    width: 4em;
}

td.key {
    font-weight: bold;
}

tr.song:hover {
    background: #FFF;
    opacity:0.6;
    filter:alpha(opacity=60);
}

tr.song:active {
    background: #999;
    color: #FFF;
}


#name {
    width:10em;
    font-size: 100%;
    border: 0;
    border-bottom: 3px solid #000;
    background: #FFF;
    opacity:0.6;
    filter:alpha(opacity=60);
    padding: 0 0.2em;
    font-family: "American Typewriter", Courier, monospace;
    
} 

button, td a, .filters a {
    clear: left;
    padding: 0.25em 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    background: #FFF;
    border: 3px solid #000;
    font-size: 100%;
    cursor: pointer;
    text-decoration: none;
    margin-top: 1em;
    opacity:0.6;
    filter:alpha(opacity=60);
}

p.filters {
    font-size: 60%;
    font-family: Helvetica, Arial, sans-serif;
    width: 100%;
    line-height: 2.4em;
    margin-top: -2em;
    margin-bottom: 2em;
}

p.filters a {
    white-space: nowrap;
}

p.disclaimer {
    font-style: italic;
    font-size: 60%;
    padding-bottom: 2em;
}

button {
    color: #000;
}

button:hover, td a:hover, tr:hover td a, .filters a:hover, .filters a.on {
    background: #999;
    color: #FFF;
}

button:active, td a:active, tr:active td a, .filters a:active {
    background: #333;
}

a.stealth {
    text-decoration: none;
    color: #000;
}

p.hint {
    font-size: 80%;
    color: #999;
}

#DOMWindow {

}

#footer {
    padding-top: 4em;
    padding-bottom: 2em;
    font-size: 50%;
    font-family: Helvetica, Arial, sans-serif;
}