
ul.eventNavbar {
  font-size: 18px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 10px;
  width: 175px; }

ul.eventNavbar li {
  color: #006800;
  padding: 0.3em;
  }

ul.eventNavbar a {
  text-decoration: none }

a:link {
        color: #006800; }

a:hover{
        font-weight: bold; }

a:visited {
           color: #006800; }

