#scroller {
	width: 300px;
	float:right;
	margin: 0px;
}
#page-title {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 12px;
}
#date {
	font-size: 14px;
	font-weight: bold;
	color: #ffdf04;
	padding-bottom: 2px;
}
#story-name {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
#description {
	font-size: 14px;
	color: #ffffff;
	padding-bottom: 2px;
}
#link {
	margin: 0 0 12px 0;
}
#link a {
	font-size: 14px;
	color: #ffdf04;
}
#link a:hover {
	color: #ffffff;
	text-decoration: none;
}
