/* CSS Document */

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

.story_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

.general_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
}

.copyright_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	color: #FFFFFF;
}

a.link:link {
	color: #000000;
	text-decoration: none;
}
a.link:visited {
	text-decoration: none;
	color: #000000;
}
a.link:hover {
	text-decoration: underline;
	color: #000000;
}
a.link:active {
	text-decoration: none;
	color: #000000;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000000;
}

