@charset "utf-8";
/* CSS Document */

body {
	color: silver;
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #006;
}

/* Links */

A {
	color: #FFF;
	text-decoration: none;
}

A:hover {
	color: #006;
	text-decoration: none;
	background-color: #FFF;
}

/* End Links Section */

/* Body Text Classes */

.story1 {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #ebebeb;
	letter-spacing: .25em;
}

.story2 {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #ebebeb;
	letter-spacing: .25em;
}

.footer {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #ebebeb;
	letter-spacing: .25em;
}