#iframe_navbar {
  background-color: #2e004d;
  height: 47px;
  width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

a {
  float: left;
  text-align: center;
  padding: 14px;
  color: white;
}

a#iframe_navbar:link {
  text-decoration: none;
}

a#iframe_navbar:visited {
  text-decoration: none;
}

a#iframe_navbar:hover {
  text-decoration: underline;
  background-color: #1a0033;
}

a#iframe_navbar:active {
  text-decoration: underline;
}
