@charset "ISO-8859-15";
/* CSS Document */


#short {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 414px;
	margin-bottom: 15px;
}
#full {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 414px;
	margin-bottom: 15px;
}
.tittle {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.story {
	font-size: 12px;
	font-style: normal;
	text-align: justify;
	padding: 3px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.more {
	font-size: 0.8em;
	color: #0000FF;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: underline;
}

.more a {
	background-position: left bottom;
	color: #0000FF;
	text-decoration: underline;
}
	
.more a:hover {
	background-position: left bottom;
	color: #CC6600;
	text-decoration: underline;
}

.info {
	font-size: 10px;
	font-style: italic;
	color: #666666;
	text-align: left;
	padding: 3px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #000066;
	border-bottom-color: #000066;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.extra {color: #990000

}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-align: center;
	width: 414px;
}

.footer a {
	color: #0000FF;
}

.footer a:hover {
	color: #0033FF;

}

