body, a.menu, p {
  font-family: Arial, sans-serif;
  text-decoration:none;
  text-align: left;
  color: black;
  font-size:13pt;
}

h1 {
  font-size:25pt;
  color: #B5A047;
  position:absolute;
  top:0px;
  left:140px;
}

h2 {
  font-size:16pt;
  color: #B5A047;
  position:absolute;
  top:140px;
  left:160px;
  text-decoration:underline;
}

a {
  color: #B5A047;
}

a.menu {
  color: #B5A047;
}

a.menu:hover {
  text-decoration:underline;
  color:gold;
}

th {
  text-align: left;
}

#carousel-wrapper {
    width: 800px;
    height: 300px;
    overflow: hidden;
    margin-left:0px;
    
}

#carousel-content {
    width: 2500px;
}
#carousel-content .slide {
    float: left;
    width: 800px;
    height: 300px;
}
ul {
    margin-left:0px;
}
li {
    padding-bottom: 0.6em;
    margin-left:0px;
}