body 
{
    background: white url('tulips.jpg');
    font-family: Times;
    color: black;
}  

a
{
}


#title
{
    margin: 20px;
    font-size: 150%;
}

    #title .title
    {
        font-family: Helvetica;
        font-size: 500%;
        letter-spacing: -0.1em;
    }

    #title .subtitle
    {
        font-size: 80%;
    }


#tracks
{
    margin: 20px;
}

    #tracks .track .title
    {
        font-size: 200%;
        line-height: 150%;
    }
        #tracks .track .title a
        {
            padding-left: 0.5em;
            padding-right: 0.5em;
            border: 1px solid black;
            text-decoration: none;
        }

        #tracks .track .title a:hover
        {
            background-color: white;
        }


    #tracks .track .time
    {
        font-size: 120%;
        padding-left: 1em;
    }

    #tracks .track .dl
    {
        padding-left: 1em;
    }


    #tracks .track a:link,
    #tracks .track a:visited
    {
        color: black;
    }

    #tracks .track .title a:hover
    {
        text-decoration: none;
    }

    #tracks .track .title a:hover:after
    {
        content: ' \25BA';
    }

    #tracks .hidden
    {
        visibility: hidden;
        display: none;
    }

    #tracks .position
    {
        margin-left: 0.75em;
    }

    #tracks .position:after
    {
        content: ' / ';
    }

    #tracks .status_playing
    {
        margin-left: 0.5em;
    }

div.art
{
    margin: 20px;
}


div.info
{
    margin: 80px 20px 20px 20px;
}
