/**********************************************************************************
*
*  This style sheet is used specifically for the story pages.
*
**********************************************************************************/

span.description
{
	position: relative;
	top: -10px;
	color: #7F1505;
	font-size: 13px;
}

span.use_options
{
	cursor:pointer;
	position: relative;
	left: -27;
	color: #7F1505;
	font-style: italic;
	z-index: 1;
}

a.story_color:link
{
	color: #7F1505;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;	
}

a.story_color:visited
{
	color: #7F1505;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;	
}