.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 6px 8px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}
	
	



.main {
	background-color: #000000;
	line-height: 1.4;
}

.page {
	background-color: #2d2d2d;
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	
	margin: auto;
	padding:35px;
	border-radius: 15px;
	width: 65%;
	min-width: 770px;
}

hr.headfoot {
	height: 3px;
	background-color: #2fa9b3;
	color: #2fa9b3;
}

h1 {
	font-variant: small-caps;
}

.menu {
	background-color: #333333;
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
}

.menuframe {
	height: 270px;
}

.footerframe {
	height: 250px;
}

a {
	color: #DDDDDD;
}

iframe {
	border: none;
	width: 100%;
}

audio {
	width: 100%;
}

.menubuttons a:link {
	text-decoration: none;
}

.menubuttons a:hover {
	text-decoration: underline;
}

