@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	background: #ffdb11;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #ffdb11;
	background: #000000;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

.Title {
	margin-top: 0px;
	letter-spacing: 5px;
	text-transform:uppercase;
	font-size: 14pt;
	padding: 0px;
}

.Title b, .Title strong {
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: 5px;
	text-transform:uppercase;
	font-size: 14pt;
	page-break-after:avoid;
	color: #ffdb11;
}

.Story {
	line-height: normal;
}