<style>

img
{  border-style: none;
}


#header {
    background-color:black;
    color:#666;
    text-align:center;
    padding:0px;

border-style: none;
font-family: sans-serif, arial;
}


#header2 {
    background-color:#000;
    color:#666;
    text-align:center;
    padding:0px;

border-style: none;
font-family: sans-serif, arial;
text-align: left;

}






#nav {
    line-height:30px;
    background-color:#000;
	color: #000;
    height:300px;
    width:150px;
    float:left;
    padding:5px; 
font-family: sans-serif, arial;



}


#section {
   width:50%;
   color: #666;
   font-family: sans-serif, arial;
	position: relative;
	left:25%;
	
}






#footer {
    background-color:#333;
    color:white;
    clear:both;
    text-align:center;
    padding:5px; 
font-family: sans-serif, arial;
}






/* unvisited link */
a:link {
    color: #777;
}

/* visited link */
a:visited {
    color: #777;
}

/* mouse over link */
a:hover {
    color: white;
}

/* selected link */
a:active {
    color: #888;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}


p.date {
    text-align: right;
}






/* Style The Dropdown Button */
.dropbtn {
    background-color: #000;
    color: #fff;
    padding: 16px;
    font-size: 18px;
    border: none;
    cursor: pointer;
font-family: sans-serif, arial;


}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #222;
    min-width: 150%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
text-align: left;
font-size: 14px;
font-family: sans-serif, arial;


}

/* Links inside the dropdown */
.dropdown-content a {
    color: #666;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
font-family: sans-serif, arial;

}



/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #444;
color: #fff;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #222;
color: #555;
}



#audioWrapper {
background: grey;
width: 200px;
height: 50px;
display: block;
border: solid 1px #000;
}
audio{
width: 100%;
}
}
</style>