html * {
    font-size: 25px;
    line-height: 1.625;
    background-color:#133133;
    color: #133133;
    font-family: helvetica-w01-light;
}

.nivo {
  background: #133133;
}

.nivo-slice {
  background: #133133;
}

body {
  background-color:#133133;
/*  background-image:url("graphics/sitehub_logo.png");
  background-position: right top;
  background-repeat:no-repeat;background-attachment:fixed;
  height: 33px;
  width: 125.61289978027344px;
  left: 241px;
  top: 9px;
  border-radius: 0px;
*/
}

h1, h4 {color:#B49167;}
h2 {color:#E3E3E3;}
h3 {color:#B49167;}

a:link {
  color: #E3E3E3;
 /* color: white; */
background-color: transparent;
  text-decoration: none;
}

.agendaItem .d-title a, .agendaItem a.l-vloc {
  color: rgb(180, 145, 103);
}

a:visited {
  color: #E3E3E3;
 /* color: white; */
    background-color: transparent;
    text-decoration: none;
}

a:hover {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
/*  background-color: #333; */
}

li {
  float: left;
}

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

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}