
/* starts the container for the upper navbar*/
.mainheader {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./images/navbar.jpg);
  background-repeat: no-repeat;
  font-family: "verdana", "arial", sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  width: 780px;
  color: #ffffff;
  text-align: center;
}
/*upper navbar end*/


.mainheader a {
  padding: 0;
  color: #ffffff;
  position: relative;
  left: -5px;
  top: 2px;
  text-decoration: none;
  line-height: 28px;
}

/* the next few things are to set up the colors, font, positioning, and background for the top menu bar */
.yah {
  padding: 0;
  color: #444444;
  position: relative;
  left: -5px;
  top: 2px;
  text-decoration: none;
  line-height: 28px;
}

.mainheader a:visited {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
.mainheader a:hover {
  color: #444444;
  background-color: transparent;
}

/*end the top bar declarations */

