* {
    margin: 0;
    padding: 0;
}
h1 {
   -moz-background-inline-policy: continuous;
    color: lightgrey;
    display: block;
    font-family: Oswald;
    font-size: 60px;
    font-variant: small-caps;
    font-weight: bold;
    height: 64px;
    left: 15px;
    letter-spacing: 5px;
    margin: 0 0 50px -15px;
    padding-left: 50px;
    padding-top: 25px;
    position: relative;
}
#musicfolder {
}
a, p {
    display: list-item;
    font-family: Arimo;
    font-size: 17px;
    font-variant: normal;
    letter-spacing: -0.1px;
    line-height: 22px;
    list-style-type: none;
    margin-top: 20px;
    outline-color: red;
    outline-style: none;
    padding-bottom: 5px;
    text-decoration: none;
}
a + p {
    position: relative;
    top: -30px;
}
a:link {
    color: #003366;
    text-decoration: inherit;
}
a:visited {
    color: #330033;
}
a:hover {
    color: #336600;
}
a:active {
    color: #009933;
}
span {
    background-color: #AABBAA;
    border: 1px solid black;
    color: white;
    font-family: Verdana,sans-serif;
    font-size: 8px;
    font-weight: bold;
    padding: 3px;
    position: relative;
    top: -7.5px;
}
span.no_space {
    background-color: #AABBAA;
    border: 1px solid black;
    color: white;
    font-family: Verdana,sans-serif;
    font-size: 8px;
    font-weight: bold;
    padding: 3px;
    position: relative;
    top: -35.5px;
}
p {
    font-family: arial;
    font-size: 8px;
    letter-spacing: 3px;
    margin-bottom: 50px;
}
p.text {
    font-family: arial;
    font-size: 8px;
    letter-spacing: 0.7px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    width:50%;
}
.second_piece {
    position: relative;
    top: -25px;
}
.holdings {
    float: left;
    padding-right: 60px;
    width: 500px;
}
.explain {
    padding-top: 2px;
}
.piano {
    background: url('../white_texture.png') repeat;
    border-top: 1px solid gray;
    clear: both;
    padding: 50px;
    width:100%;
}
.explain_p {
    font-style: normal;
    letter-spacing: 0;
    margin-bottom: 15px;
}
dl, dd, dt {
    font-family: Bodoni MT,Bodoni,Didot,Georgia,serif;
    margin-top: 0;
    padding: 0;
}
dt {
    font-size: 14px;
    font-style: oblique;
    font-weight: bold;
    letter-spacing: -0.5px;
}
dd, dt {
    padding-top: 10px;
    text-align: justify;
}
dd {
    font-size: 12px;
    padding-bottom: 12px;
}
blockquote {
    font-size: 10px;
}
.instrumental {
    margin-left: 50px;
}
