@charset "UTF-8";
/* CSS Document */
.stories {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a.topnav{
	font:Arial, Helvetica, sans-serif xx-small;
	color: #FFFFFF;
}
a.topnav:link{
	font:Arial, Helvetica, sans-serif xx-small;
	color: #FFFFFF;
	}
a.topnav:visted{
	font:Arial, Helvetica, sans-serif xx-small;
	color: #FFFFFF;
}
a.topnav:hover{
	font:Arial, Helvetica, sans-serif xx-small;
	color: #FFFFFF;
}
a.topnav:active{
	font:Arial, Helvetica, sans-serif xx-small;
	color: #FFFFFF;
} 
a.links{
	text-transform:uppercase;
	font-size:small;
}
a.links:link{
	text-decoration:none;
	color:#CC0000;
	font-size:small;
	}
a.links:visted{
	text-decoration:none;
	color:#0000CC;
	font-size:small;
}
a.links:hover{
	text-decoration:underline;
	color:#0000CC;
	font-size:small;
}
a.links:active{
	color:#CC0000;
	font-size:small;
} 
.article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;}
.sectiontag {
	color: #cccccc;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	text-decoration: none;
}
.sectionheader  {
	color:#000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	font-style: normal;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.credit {
	font-size: x-small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
.archives {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
ul.list{
	margin:0px;
}
.list li{
	list-style:disc;
	margin:0px 0px 10px 0px;
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	text-transform:none;
}
.list a{
	display: block;
	padding: 0px;
	text-decoration: underline;
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#CC6600;
	text-transform:uppercase;
}
.list a:hover{
	color:#CC6600;
	background-color:#FFFFFF;
}
li.list:first-line{
	text-transform:uppercase;
	font-weight:bold;
}
ul.list h3{
	text-decoration:none;
	color:#000000;
}