.story {
	height: 90%;
	width: 600px;
	border: thick groove #FFCC00;
	z-index: 100;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 15px;
	display: none;
	overflow: auto;	/*visibility: hidden;*/
}
.storyClose {
	display: inline;
	top: 7px;
	right: 4px;
	position: absolute;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	z-index: 200;
}
.storyClose a:link {
	text-decoration: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	color: #000000;
	background-color: #CCCCCC;
	border: medium outset #666666;
	margin: 0px;
	padding: 2px;
}
.storyClose a:hover {
	text-decoration: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	color: #000000;
	background-color: #CCCCCC;
	border: medium inset #666666;
	margin: 0px;
	padding: 2px;
}
.storyClose a:visited {
	text-decoration: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	color: #000000;
	background-color: #CCCCCC;
	border: medium outset #666666;
	margin: 0px;
	padding: 2px;
}
.storyHolder {
	color: #000000;
	background-color: #FFFFFF;
	overflow: auto;
	height: 95%;
	width: 580px;
	margin: 0px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.storyHolder pre {
	font-family: Georgia, "Times New Roman", Times, serif;
}