p {
  font-family: calibri; font-size: 12px;!important !important;
}



li {
  float: left;
}
	li {
  border-right: 1px solid #bbb;
}

li:last-child {
  border-right: none;
}



li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #6D6C6C;
}


.auto-style1 {
	margin-left: 0px;
}
				.auto-style4 {
			  text-align: center;
			  color: #1C1C1C;
			  font-size: small;
			  font-weight: bold;
		  }
		  .auto-style5 {
			  text-align: center;
			  color: #1C1C1C;
			  font-size: small;
		  }
		  .auto-style6 {
			  color: #1C1C1C;
			  font-size: small;
		  }
		  .auto-style7 {
			  text-align: center;
			  font-size: small;
		  }
		  .auto-style12 {
			  font-size: small;
		  }
		  .auto-style13 {
			  font-size: small;
			  font-weight: bold;
		  }

/* Header bar css */

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid  #ff7200;
  background-color: #ff7200;
}

.active {
  background-color: #ff7200;
}

/* visited link */
p a:visited {
  color: #ff7200 !important;
}

/* mouse over link */
p a:hover {
  color: #ff7200 !important;
}

/* selected link */
p a:active {
  color: #ff7200 !important;
}

