#page-background {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	z-index: -1;
	}


body {
  margin: 0;
  font-family: Verdana, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #000000;
  border-bottom:solid #9f9f9f 1px;
  z-index:10;
}

.topnav a {
  float: left;
  display: block;
  color: #9f9f9f;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #666666;
  color: white;
}

.topnav .icon {
  display: none;
  z-index:10;
  color: #9f9f9f;
}

@media screen and (max-width: 2000px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	z-index:10;
  }
}

@media screen and (max-width: 2000px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	z-index:10;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}




A { TEXT-DECORATION: none} 
A:link {COLOR: ##9f9f9f}
A:hover {COLOR: #ffc000}



	