﻿ body {
	font: normal  ;
	font-family: "Average";/*Google font : Lustria, Nokora, Amethysta, Average.  System font Times New Roman */
	text-align: center; 
	color: #3F303D   ;
       background-color: #EFEBDC ;
	overflow-y:scroll;
	opacity:0.1
	}
#Nav{
	width:100%;
	height:  auto;
	margin:0;
	position:fixed;
	float:left;
	left:0;
	top:0;
	z-index:5;
	border-bottom: 5pt #EFEBDC solid     
}

#Nav, .back, .page_name{
	color:  #D5D0AE ;
	background-color:  #4A3948 ;  /* if sepia 36321D or 4F492B ,#FFFFFB */ 
}
#Nav p{
text-decoration:underline 
}

#Nav .current{
	border-bottom:1pt #D5D0AE solid; 	
}
