 aheader {
	position: fixed;
	left: -1;
    top: 0;
    height:59px;
    background:black;
    width:100%;
    color: blue;
    text-align: center;
	z-index: 110;
    /*margin:0px auto;*/
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
				DROPDOWN 1MENU STYLE

 Dropdown Button */
.dropbtn { background-color: black; color: white; padding: 16px; font-size: 16px; border: none; }

/* 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; text-align: left; background-color: #414141; min-width: 160px; z-index: 1;}

/* Links inside the dropdown */
.dropdown-content a {font-size: 12pt; color: white; padding: 12px 16px; text-decoration: none; display: block; font-family: "Calibri", Verdana, serif; }

/* Change color of dropdown links on hover */
.dropdown-content a:hover {color: red}

/* 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: black;} 
/*-------------------------------------------------------------------------------- */
a {color: white; font-size: 14pt; text-decoration: none; display: block; font-family: 'Calibri', Verdana, serif; }
a:hover {color: red}

content { 	position: absolute; width:100%; left: 0; top: 56; color: blue; text-align: center; z-index: 105; margin:0px auto;}

.footer {
    width: 100%;
    background-color: #414141;
    color: white;
    text-align: center;
	z-index: 106;
}
/*-------------------------------------------------------------------------------- */
/* Background of Audio player */
audio::-webkit-media-controls-panel {
  background-color: grey;}