/* i */
.story-scroll {
  height:550px;
  overflow-y:scroll;
  scrollbar-arrow-color: #808030;
  scrollbar-face-color: #ffffff; 
  scrollbar-3dlight-color: #ffffc0;
  scrollbar-darkshadow-color: #ffffc0;
  scrollbar-highlight-color: #e0e0a0;
  scrollbar-shadow-color: #e0e0a0;
}

div#storyTitle {
	font-size: 14px;
	font-weight: bold;
}

div#storysubTitle {
	font-size: 12px;
	line-height:18px;
	border-bottom:solid 2px #000000;
}

span#storynewTitle a	{
	text-decoration:none;
    color:#0000FF;
    font-weight: bold;
    font-size: 12px;
}

span#storynewTitle a:hover {
    color:#FF0000;
    font-weight: bold;
	text-decoration:underline;
	font-size: 13.5px;
}
