#navBarTop {
	position : relative ; 
	background-color : #8CBAC3 ;
	margin-top : 0.5em;
	margin-bottom : 0.5em ;
	color : #442295 ;		
	font-family : sans-serif;	
	font-size : 1.2em;
	text-align : center ;
}

 #navBarTop .previous {
 	text-decoration : none ;

	position : relative  ;
	right : 2em ;

}

#navBarTop .previous a:link {
	text-decoration : none ;
}

#navBarTop .previous a:hover {
	 color: #FE9C2D;	
}

#navBarTop   .next {
	text-decoration : none ;
	position : relative ;

	left  : 2em ;
}

#navBarTop  .next a:link {
	text-decoration : none ;
}

#navBarTop .next a:hover {
	 color: #FE9C2D;	
}

#navBarTop  .current {
	background-color : #FDCC8A ;
}

