@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(/graphics/NightForest.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#story {
	padding: 5px;
	height: 480px;
	width: 240px;
	overflow: scroll;
	position: relative;
	left: 25px;
	top: 25px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFC;
	line-height: 1.5pc;
}
a:link {
	color:#F30;
}    /* unvisited link */
a:visited {
	color:#F96;
	text-decoration: line-through;
} /* visited link */
a:hover {
	color:#FF00FF;
	background-color: #000;
}   /* mouse over link */
a:active {color:#0000FF;}  /* selected link */
#header {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	color: #FF9;
}
