/** ==== tags for a jump bar ============================================ **/

.jumpBar {
	overflow:				hidden;
	font-family:			Arial;
	display:				flex;
	font-weight:			600;
	text-align:				center;
	justify-content:		center;
	}

.jumpBar a {
	float:					left;
	font-size:				14px;
	color:					red;
	padding:				7px 10px;
	text-decoration:		none;
	font-weight:			600;
	width:					90px;
	}

/** ----------------------
hr.jumpTop {
	background-position:	center;
	height:					35px;
	background-image:		url('../images/menuTop.gif');
	background-repeat:		no-repeat;
	border:					0;
	margin:					0;
	}

hr.jumpBottom {
	background-position:	center;
	height:					27px;
	background-image:		url('../images/menuBottom.gif');
	background-repeat:		no-repeat;
	border:					0;
	margin:					0;
	}
---------------------- **/

/** ==== end of duocument ================================================= **/
