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

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

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

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

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

#storylist-intro-wrapper {
	text-align: center;
	clear: both;
}

#storylist-intro-title {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 200%;
	padding-bottom: 20px;
}

#storylist-intro {
	width: 80%;
	padding-left: 10%;
	text-align: justify;
}

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

.storylist-table-header {
	padding-top: 15px;
	font-weight: bold;
}

.storylist-table-body {
	border: solid;
	border-top: transparent;
	border-color: Gray;
	border-width: 1px;
}

a.storylist-table-link {
	text-decoration: none;
}

.storylist-table-row {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: Solid;
	border-color: Gray;
	border-width: 1px;
}

.storylist-table-row:nth-child(even) {
	background-color: White;
}

.storylist-table-row:nth-child(odd) {
	background-color: #eeeeee;
}

a.storylist-table-link:link {
	color: Black;
}

a.storylist-table-link:visited {
	color: Sienna;
}

.storylist-table-row:hover {
	color: Black;
	background-color: Gold;
}

.storylist-table-metadata {
	padding: 3px;
}

.storylist-table-date {
	float: left;
	width: 8%;
	text-align: right;
	padding-right: 12px;
}

.storylist-table-title {
	float: left;
	width: 45%;
}

.storylist-table-codes {
	float: left;
	width: 33%;
	text-align: right;
	padding-right: 2%;
}

.storylist-table-wordcount {
	float: left;
	width: 10%;
	padding-right: 3px;
}

.storylist-table-group {
	display: none;
	float: left;
	width: 10%;
	text-align: right;
}

.storylist-table-summary {
	clear: left;
	font-family: 'Times New Roman', Times, serif;
	padding-left: 6%;
	padding-right: 13%;
	font-style: italic;
}

#storylist-footer {
	padding-top: 20px;
	text-align: center;
}

#storylist-email-wrapper {
	font-size: 120%;
}

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

#storylist-copyright-trailer {
	padding-top: 20px;
	padding-bottom: 7px;
}
