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

body {
	background-color: #000;
}.container {
	float: left;
	width: 775px;
}
.header {
}
.storyLinks {
	float: left;
	width: 170px;
}
.headerfont {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
.BodyText {
 	font:Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	background-color: #000000;
	padding: 8px;
	color: #ffffff;
	width: 130px;
	display: block;
	text-decoration: none;
}
.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
	width: 130px;
}
.smnavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	background-color: #666666;
	padding: 6px;
	color: #000000;
	width: 130px;
	display: block;
	text-decoration: none;
}
.smnavigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	background-color: #333333;
	padding: 6px;
	color: #ffffff;
	width: 130px;
	display: block;
	text-decoration: none;	
}