body {
    background-color: black;
    background-image: url("PIA05989.jpg"); 
    color: #CCCCCC;
    font-family: serif;
}
h1 {
    /* Bodoni MT is the correct font and Bodoni-DTC is a free version, but
       there is no guarentee that either of these are installed.
       Old Standard TT is a Google Web Font. */
    font-family: "Bodoni MT", "Bodoni-DTC", "Old Standard TT", serif;
    margin: 1em;
    font-weight: normal;
    text-align: center;
    font-size: 400%;
    color: white;
}
div#playerdiv {
    padding-top: 1em;
    text-align: center;
}
div#content {
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 1em 1em rgba(0, 0, 0, 0.8);
    width: 80%;
    margin: auto;
    margin-bottom: 4em;
}
a {
    color: inherit;
}
a.play {
    text-decoration: none;
    color: inherit;
}
a.playing {
    text-decoration: none;
    color: #009900;
}
td.albumtitle {
    color:white ;
    text-align: center;
    font-weight: bold;
    font-size: x-large;
    padding-top: 1em;
}
tr.header {
    font-weight: bold;
}
td.release, td.source {
    text-align: center;
}
div#dllink {
    text-align: center;
    margin-top: 1em;
    padding-top: 1em;
    font-size: xx-large;
    color: white;
}
div#dlinfo {
    text-align: center;
    margin-bottom: 1em;
    color: white;
}
div#notes {
    text-align: center;
    margin-top: 2em;
    padding-bottom: 1em;
}
a.footnote {
    vertical-align:super;
    font-size:x-small;
    text-decoration: none;
}
