body
{
    font-size: medium;
    color: #622;
}


a:link {color:#668;}    /* unvisited link */
a:visited {color:#668;} /* visited link */
a:hover {color:#811;}   /* mouse over link */
a{
    text-decoration: none;
}

.update
{
    color:#000;
    font-size: small;
    font-weight:bold;
}

.content
{
    width: 80%;
    padding-left: 10%;
}

.lyrics
{
    font-family: Courier New;
    font-size: small;
    font-weight: bold;
    width: 80%;
    padding-left: 10%;
    padding-top: 1.5em;
}
#logo
{
    width: 80%;
    margin: auto;
    text-align: center;
}

/* Music.html (index.html) customizations */
#Mlogo
{
    width: 80%;
    margin: auto;
    text-align: center;
}
.Mcontent
{
    width:80%;
    padding-left: 10%;
}

#menu
{
    padding-left:0em;
}
.menu
{
    padding-left: 10%;
}
.menu ul
{
    list-style:none;
    weight: 80%;
    text-align: center
	    
}
.menu li
{
    float:left
}

.menu a, .menu a:active, .menu a:visited, .menu a:hover
{
    padding-left:1.5em;
}
#here
{
    padding-left:1.5em;
}

#media
{
    width: 80%;
    text-align: center;
    padding-left: 10%;
}

#footer
{
    margin-top: 2em;
    padding-top:3em;
    padding-left:10%;
    width: 80%;
    font-size: x-small;
}
#footer-link
{
    font-size: x-small;

}
.video-container { position: relative;  padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; padding-left: 10%; width: 80%; height: 100%; }
