@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	color: #CDCD00;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000000;
  /*position: -webkit-stick; /* Safari */
  position: fixed;
  top: 0;
  width: 100%;
}

li {
  float: left;
}

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

li a:hover:not(.active) {
  background-color: #ABABAB;
}

.active {
  color: #000000;
  background-color: #CDCD00;
}

h1 {
	color: #CDCD00;
}

h2 {
	color: #CDCD00;
}

table {
	border: 0;
	frame: void;
	color: #CDCD00;
}
