/* CSS Document */
#stories {
	left: 50%;
	top: 50%;
	position: absolute;
	margin-top: -70px;
	margin-left: -150px;
	height: 275px;
	width: 500px;
	color: #333333;
	background-color:#FFFFFF;
	padding: 10px;
	line-height: 20px;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	border:1px solid #346633;
	overflow:auto;
	visibility: visible;
	z-index: 50;
}
.stories a:link {
	color: #0000FF;
	text-decoration: none; 
}
.stories a:visited {
	color: #666666;
	text-decoration: none;
}
.stories a:hover {
	color: #990000;
	text-decoration: none;
}
.stories a:active {
	color: #000000;
	text-decoration: none;
}
.style1 {
	font-size: 18px;
	color: #000000;
}
.style2 {font-weight: bold}
</style>