title {
	display: none;
}


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


a {
	text-decoration: none;
}


a:link, a:visited {
	color: rgb(255, 255, 255);
}


a:hover {
	color: rgb(112, 112, 224);
	text-decoration: none;
}


table {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 32px;
}


th {
	color: rgb(255, 255, 255);
	width: 350px;
	font-family: Garamond, serif;
	font-size: 1.25em;
	padding-top: 32px;
	text-align: left;
	text-decoration: underline;
	vertical-align: center;
}


td {
	width: 350px;
	font-family: Garamond, serif;
	font-size: 1.25em;	
	padding-top: 1.75em;
	text-align: left;
	vertical-align: center;
}


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


.menu-box {
	background-image: url(../site/menu-box-rip.png);
	display: block;
	width:402px; 
	height:116px; 	
	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;
}


.top-links {
	font-family: Garamond, serif;
	font-size: 1.25em;
}