@charset "utf-8";
#story h1 {
	color: #FFCC99;
}
#story h2 {
	color: #FFCC99;
	font-size: 90%;
}
#footer {
	text-align: center;
}
#footer h1 {
	color: #FFCC99;
	text-align: center;
}
#footer a:link {
	color: #FFCC66;
	text-decoration: none;
}
#footer a:hover {
	font-weight: 700;
	color: #FFFFcc;
	text-decoration: none;
}
#story-end a:link {
	color: #FFCC66;
	text-decoration: none;
}
#story-end a:hover {
	font-weight: 700;
	color: #FFFFcc;
	text-decoration: none;
}

/* CSS Document */

body {
	background-color: #b27f60;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
