@charset "UTF-8";
/* CSS Document */



ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
  font-size: 16px;
	display: flex;
  justify-content: center;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #111111;
}

ul li a {
  background-color: #ffffff;
  color: #000000;
}