#stories-body {
	background-color: ivory;
	width: 920px;
	margin: 15px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
}

#stories-links {
	padding-top: 10px;
}

#stories-link-left {
	float: left;
	text-align: left;
}

.stories-button {
	padding: 10px;
	font-size: 120%;
	border: 2px;
	border-color: Gray;
	border-style: solid;
	text-decoration: none;
}

.stories-disabled-button {
	padding: 10px;
	font-size: 120%;
	border: 2px;
	border-color: LightGrey;
	border-style: solid;
	background-color: White;
	color: LightGrey;
}

#stories-multipart-buttons {
	clear: both;
	padding-top: 20px;
	margin-left: 10%;
	margin-right: 10%;
}

#stories-first-button
{
	float: left;
	text-align: left;
	width: 25%;
}

#stories-prev-button
{
	float: left;
	text-align: center;
	position: relative;
	width: 50%;
}

#stories-next-button
{
	float: left;
	text-align: right;
	width: 25%;
}

#stories-link-right {
	float: right;
	text-align: right;
}

#stories-intro {
	text-align: center;
	clear: both;
	padding-top: 15px;
}

#stories-intro-title {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 200%;
}

#stories-intro-codes {
	font-style: italic;
}

#stories-trailer {
	clear: both;
	text-align:center;
	padding-top: 20px;
}

a.stories-button {
	color: Black;
}
a.stories-button:link {
	background-color: White;
}
a.stories-button:hover {
	background-color: Gold;
}

a#stories-email:link {
	color: DimGray;
}
a#stories-email:visited {
	color: DimGray;
}
a#stories-email:hover {
	color: SaddleBrown;
}

