body
{
    background-color: black;
}

h1
{
    color: white;
    text-align: center;
}

h2
{
    color: white;
    text-align: center;
}

h3
{
    color: white;
    text-align: center;
}

h4
{
    color: white;
    text-align: center;
}

p
{
    color: gainsboro;
    margin-left: 10px;
    margin-right: 10px;
}

a:link
{
    color: #0077FF;
}

a:visited
{
    color: #7700FF;
}

lyrics
{
    color: silver;
}

td
{
    background-color: black;
    color: gainsboro;
}

table
{
    margin-left: auto;
    margin-right: auto;
}

.menu a:link
{
    color: white;
}

.menu a:visited
{
    color: white;
}

.menu td
{
    width: 100px;
    color: white;
    background-color: dimgray;
    text-align: center;
}

.menu td:hover
{
    width: 100px;
    text-align: center;
    color: white;
    background-color: #0077FF;
}

.content td
{
    color: gainsboro;
    vertical-align: top;
}

.tracks td
{
    width: 200px;
    vertical-align: center;
}

.center
{
    text-align: center;
}

.lyrics
{
    position: fixed;
    left: 10%;
    top: 10%;
    width: 50%;
    height: 80%;
    background-color: #222222;
    border: 2px solid #0077FF;
    padding: 10px;
    overflow-x: scroll;
    text-align: left;
}

.lyrics h3
{
    font-weight: bold;
}

.lyrics a:link
{
    color: #0077FF;
}

.lyrics a:visited
{
    color: #0077FF;
}

.shipping
{
    padding-left: 5px;
    padding-right: 20px;
    text-align: left;
}