body {
	background-color: #1e1e1e;
	color: black;
}

.cover {
	border-right-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-style: solid;
	border-top-style: solid;
	border-left-color: #fefffe;
	border-top-color: #e2e2e2;
	border-right-style: solid;
	border-right-color: #e2e2e2;
	border-bottom-color: #e2e2e2;
	border-bottom-style: solid;
}

.menuitem {
	border-style: none;
	position: static;
	padding-left: 20px;
	text-decoration: none;
	text-transform: none;
	color: #fefffe;
	font-family: monospace;
	font-size: 15px;
	font-weight: bold;
	cursor:default;
}

.contentarea {

	border-style: none;

	width: 450px;

	padding-left: 30px;

}

.textcontent {
	border-style: none;
	padding: 1px;
	font-family: monospace;
	color: #fefffe;
}

table {
	border-style: none;
	width: 900px;
	padding: 40px;
}

.storytitle {
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
}

.story {
	width: 400px;
	padding: 10px;
	text-align: justify;
}

a {
	color: #e2e2e2;
	font-weight: bold;
	font-family: monospace;
}

