body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #999;
	text-align: justify;
	-webkit-hyphens: auto; 
	-moz-hyphens: auto; 
	-ms-hyphens: auto; 
	-o-hyphens: auto; 
	hyphens: auto;
}

.container {
	width: 100%;
	max-width: 955px;
	margin: 0 auto;
}

header {
	background: #000;
	padding-top: 10%;
	padding-bottom: .5em;
	margin:auto;
}

.topnav{
	text-align:center;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #666666;
	font-size:100%;
}

.style4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;

	color: #999999;
	font-size:100%;
}

.contentpic{
	max-width:100%;
	display:block;
	margin:auto;
	
}


.bodytext{clear:both;
}


.picholder {
	
	max-width: 100%;
	padding-top: 1em;
	margin:auto;

}




.footnotes{
	font-size:x-small;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 6%;;
	padding-left: 6%; 
	text-align: justify;
}

h1, h2{text-align:center}

 
.datestamp{
	 font-size:x-small;
	 text-align:right;
	 padding-right:10px;
 }

a:link {
	color: #b56b3e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b56b3e;
}
a:hover {
	text-decoration: none;
	color: #b5933e;
}
a:active {
	text-decoration: none;
}


.style3 {
	text-align:left;
}
