title {
	display: none;
}


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


a:link {
	color: rgb(255, 255, 255);
	text-decoration: none;
}


a:visited {
	color: rgb(255, 255, 255);
	text-decoration: none;
}


a:hover {
	color: rgb(200, 200, 255);
	text-decoration: underline;
}


a:active {
	color: rgb(150, 150, 255);
	text-decoration: none;
}


.bottom-text {
	color: rgb(255, 255, 255);
	display: block;
	margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
	font-family: Garamond, serif;
	font-size: 0.75em;
	text-align: center;
}


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


.menu-box {
	background-image: url(site/menu-box-start.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;
}