title {
	display: none;
}


body {
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	margin-top: 1.5em;
}


.centered-image {
	display: block;
	margin-top: 32px;
	margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
}


.menu-box {
	background-image: url(site/menu-box-audio.png);
	display: block;
	width:402px; 
	height:227px; 	
	margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
 }


.menu-header {
	color: rgb(255, 255, 255);
	width:402px; 
	height:37px; 
	font-family: "Monaco", monospace;
	font-size: 1.75em;
	font-weight: 500;
	letter-spacing: 3px;
	padding-top: 24px;
	text-align: center;
	text-shadow: 3px 0px #000000;
	user-select: none;
}


.menu-option {
	color: rgb(255, 255, 255);
	width:402px; 
	height:37px; 
	font-family: "Monaco", monospace;
	font-size: 1.75em;
	font-weight: 500;
	letter-spacing: 3px;
	text-align: left;
	text-indent: 112px;
	text-shadow: 3px 0px #000000;
	user-select: none;
}


.menu-option:hover {
	background-image: url(site/menu-cursor.png);
	color: rgb(255, 255, 255);
	width:402px; 
	height:37px; 
	font-family: "Monaco", monospace;
	font-size: 1.75em;
	font-weight: 500;
	letter-spacing: 3px;
	text-shadow: 3px 0px #000000;
	user-select: none;
}


.menu-option-greyed-out {
	color: rgb(80, 80, 80);
	width:402px; 
	height:37px;    
	font-family: "Monaco", monospace;
	font-size: 1.75em;
	font-weight: 500;
	letter-spacing: 3px;
	text-align: left;
	text-indent: 112px;
	text-shadow: 3px 0px #000000;
	user-select: none;
}