.style1 {
            font-size: small;
        }
.style2
        {
            font-size: x-small;
        }
.style3
        {
            font-size: large;
        }
.style4
        {
            font-size: large;
            font-weight: normal;
        }

.musician {
	font-family:"Times New Roman",Georgia,Serif;
	font-size:large;
	font-weight:bold;
	font-style: italic;
	color: #000000;
}

a {
	font-family:"Times New Roman",Georgia,Serif;
	font-size: large;
	font-weight: bold;
	color: #0000FF;
	}
h1 {
	font-family:"Times New Roman",Georgia,Serif;
	font-size:large;
	font-style: normal;
	color: #000000;
}
h2 {
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}
h6
{
    font-family: "Times New Roman", Times, serif;
    font-size: small;
}

button {
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	background-color: #CCCCCC;
}
table {
	font-family:"Times New Roman",Georgia,Serif;
	font-size:large;
	color: #000000;
}
tbody {
	font-family:"Times New Roman",Georgia,Serif;
	font-size:large;
	color: #000000;
}
td {
	font-family:"Times New Roman",Georgia,Serif;
	font-size:large;
	color: #000000;
}

p {
	font-family:"Times New Roman",Georgia,Serif;
	font-size:large;
	color: #000000;
    text-align: center;
}

body 
{
    position:inherit;
    font-family:"Times New Roman",Georgia,Serif;
	font-size:large;
	color: #000000;
	display:block;
	bottom:0;

}

#content
{   
    position:absolute;
    display :block;
    top: 280px;
    left: 10px;
    width: 95%;
    bottom:0;

}

#video
{
    position:relative;
    display:inline;
    float:left;
    top:125px;
}

#nav
{
    position:relative;
    float:left;
    z-index:1;
    top: 110px; 
    left: -10px;
    background-color:#c28e38;
    width:95%;
    
}
    
#nav li 
{
    display:inline;
    padding:20px;
    white-space:nowrap;
    list-style-type:none;
    margin:0 0 0 0 ;
}

#nav li a
{   
    text-decoration: none;
    color:Black;
    font-family:Times New Roman, Georgia, Serif;
    font-size:large;
    padding-bottom:4px;
    padding-top:4px;
    line-height:25px;
}

div#footer 
{
    position:inherit;
    width: 100%;
    background: #C28E38;
    left: 0px;
    margin-bottom:25px;
}

div#footer p
{
    padding-bottom: 1em;
    margin: 0;
    padding-left: 1em;
    padding-top: 1em;
    font-size:smaller;
}
