.storytitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
}

.storycontenttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: rgb(0, 99, 198);
	text-decoration: none; 
}

/*.storycontenttitle:hover  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: black; text-decoration: underline; } */
.storysmalltext           { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: black; }
.storysmalllink           { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: blue; text-decoration: none; }
.storysmalllink:hover     { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: blue; text-decoration: underline; }
.storyleader              { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: black; margin-left: 5; }
.storyauthor              { font-family: Arial, Helvetica, sans-serif; font-style: italic; font-size: 12px; font-weight: normal; color: black; }
.storyindex               { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: blue; text-decoration: none; }
.storyindex:hover         { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: blue; text-decoration: underline; }

/*
.storylink                { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: blue; text-decoration: none; }
.storylink:hover          { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: blue; text-decoration: underline; }
*/



.storycontent {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana,sans-serif;
	color: rgb(0, 99, 198);
	line-height: 15px;
	background-repeat: no-repeat;
}

.storylink {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana,sans-serif;
	color: rgb(0, 99, 198);
	line-height: 15px;
	background-repeat: no-repeat;
	text-decoration: underline;
}


.storycontent img {
	padding-left: 10px;
}